[Buildroot] [PATCH] e2fsprogs: add fuse2fs libintl fix patch

Gustavo Zacarias gustavo at zacarias.com.ar
Sat Jun 25 13:47:05 UTC 2016


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.


More information about the buildroot mailing list