From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v1 1/1] gauche: new package
Date: Thu, 22 Oct 2015 16:26:03 +0200 [thread overview]
Message-ID: <5628F1FB.90905@mind.be> (raw)
In-Reply-To: <5628DE0A.1040000@imgtec.com>
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
next prev parent reply other threads:[~2015-10-22 14:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-21 13:35 [Buildroot] [PATCH v1 1/1] gauche: new package Hiroshi Kawashima
2015-10-22 13:00 ` Vicente Olivert Riera
2015-10-22 14:26 ` Arnout Vandecappelle [this message]
2015-10-22 14:37 ` Hiroshi Kawashima
2015-10-23 13:17 ` Hiroshi Kawashima
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5628F1FB.90905@mind.be \
--to=arnout@mind.be \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.