From: Frederic Marchal Date: Fri, 25 Jan 2013 20:15:11 +0000 (+0100) Subject: Link against an external libintl X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38b11656653e8bd7b0c7f4e5ddfec3b3b8868e34;p=thirdparty%2Fsarg.git Link against an external libintl Without this library, the linker complains about missing libintl_gettext and the like if gettext is not part of libc. --- diff --git a/Makefile.in b/Makefile.in index e05044d..cae0477 100644 --- a/Makefile.in +++ b/Makefile.in @@ -24,7 +24,7 @@ CFLAGS = @CFLAGS@ CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ DEFS = $(IBINDIR) $(ISYSCONFDIR) $(IFONTDIR) $(IIMAGEDIR) $(ISARGPHPDIR) $(ILOCALEDIR) @DEFS@ -LIBS = @LIBS@ -lm +LIBS = @LIBS@ @LIBINTL@ -lm SRCDIR = . VPATH = . INSTALL = cp