From 38b11656653e8bd7b0c7f4e5ddfec3b3b8868e34 Mon Sep 17 00:00:00 2001 From: Frederic Marchal Date: Fri, 25 Jan 2013 21:15:11 +0100 Subject: [PATCH] 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. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3