From: Gustavo Zacarias Date: Wed, 22 Jun 2016 23:58:53 +0000 (-0300) Subject: fuse2fs: needs SYSLIBS X-Git-Tag: v1.43.2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49aa3ff1f17c3a042b8d9d8a004e5b552ba2d0b1;p=thirdparty%2Fe2fsprogs.git fuse2fs: needs SYSLIBS It otherwise leads to build failure when using an unbundled libintl. Signed-off-by: Gustavo Zacarias Signed-off-by: Theodore Ts'o --- diff --git a/misc/Makefile.in b/misc/Makefile.in index f67c9c7f5..e48769282 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) \ - $(CLOCK_GETTIME_LIB) + $(CLOCK_GETTIME_LIB) $(SYSLIBS) journal.o: $(srcdir)/../debugfs/journal.c $(E) " CC $@"