[Buildroot] [PATCH v1 1/1] gauche: new package

Arnout Vandecappelle arnout at mind.be
Thu Oct 22 14:26:03 UTC 2015


On 22-10-15 15:00, Vicente Olivert Riera wrote:
> Dear Hiroshi Kawashima,
> 
> thanks for your contribution. Comments inlined; please keep reading.
> 
> On 10/21/2015 02:35 PM, Hiroshi Kawashima wrote:
[snip]
>> diff --git a/package/gauche/0001-fix-so-suffix.patch b/package/gauche/0001-fix-so-suffix.patch
>> new file mode 100644
>> index 0000000..18d0bd5
>> --- /dev/null
>> +++ b/package/gauche/0001-fix-so-suffix.patch
>> @@ -0,0 +1,12 @@
> 
> The patch should contain a brief description about what it does or why
> is needed, and also contain your SoB.
> 
>> +diff -ur a/configure b/configure
>> +--- a/configure	2014-07-20 15:15:05.000000000 +0900
>> ++++ b/configure	2015-10-20 21:52:32.791442291 +0900
>> +@@ -6843,7 +6843,7 @@
>> +     SHLIB_MAIN_LDFLAGS=""
>> +     SHLIB_OK=ok
>> +     ;;
>> +-  *-linux-gnu*|*-*-gnu*|*freebsd*|*dragonfly*)
>> ++  *-linux-*|*-*-gnu*|*freebsd*|*dragonfly*)
>> +     SHLIB_SO_CFLAGS="-fPIC"
>> +     SHLIB_SO_LDFLAGS="$rpath -shared -o"
>> +     SHLIB_SO_SUFFIX="so"
> 
> I have built gauche with this patch, and without it, and I don't see any
> difference. Are you sure this is necessary? If so, why?

 I guess it's needed for uclibc/musl, they don't have the -gnu part.


 Regards,
 Arnout

[snip]


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF



More information about the buildroot mailing list