From: Gustavo Zacarias <gustavo@zacarias.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] e2fsprogs: add fuse2fs libintl fix patch
Date: Sat, 25 Jun 2016 10:47:05 -0300 [thread overview]
Message-ID: <576E8B59.8050802@zacarias.com.ar> (raw)
In-Reply-To: <20160625154447.21f20855@free-electrons.com>
On 25/06/16 10:44, Thomas Petazzoni wrote:
> Hello,
>
> On Wed, 22 Jun 2016 21:09:34 -0300, Gustavo Zacarias wrote:
>
>> +diff --git a/misc/Makefile.in b/misc/Makefile.in
>> +index f67c9c7..e487692 100644
>> +--- a/misc/Makefile.in
>> ++++ b/misc/Makefile.in
>> +@@ -389,7 +389,7 @@ fuse2fs: $(FUSE2FS_OBJS) $(DEPLIBS) $(DEPLIBBLKID) $(DEPLIBUUID) \
>> + $(E) " LD $@"
>> + $(Q) $(CC) $(ALL_LDFLAGS) -o fuse2fs $(FUSE2FS_OBJS) $(LIBS) \
>> + $(LIBFUSE) $(LIBBLKID) $(LIBUUID) $(LIBEXT2FS) $(LIBINTL) \
>
> Isn't $(LIBINTL) supposed to contain -lintl ?
>
>> +- $(CLOCK_GETTIME_LIB)
>> ++ $(CLOCK_GETTIME_LIB) $(SYSLIBS)
>
> Why would -lintl be in $(SYSLIBS) instead of in $(LIBINTL) ?
Hi.
Apparently $(LIBINTL) is for bundled libintl support (internal dep), if
it's external (normally out case) then it's in $(SYSLIBS).
Regards.
next prev parent reply other threads:[~2016-06-25 13:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-23 0:09 [Buildroot] [PATCH] e2fsprogs: add fuse2fs libintl fix patch Gustavo Zacarias
2016-06-25 13:44 ` Thomas Petazzoni
2016-06-25 13:47 ` Gustavo Zacarias [this message]
2016-06-26 21:08 ` Thomas Petazzoni
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=576E8B59.8050802@zacarias.com.ar \
--to=gustavo@zacarias.com.ar \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox