From 243d97b9ef8c07b2d78c170e3f09085d11e1b3e5 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Wed, 19 Feb 2003 21:43:35 +0000 Subject: Should be static, since it's not installed at all CVS patchset: 4204 CVS date: 2003/02/19 21:43:35 --- intl/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intl/Makefile.in b/intl/Makefile.in index 34138694e..468bae54b 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -118,7 +118,7 @@ libintl.a libgnuintl.a: $(OBJECTS) # No -rpath, this is only a convenience library libintl.la libgnuintl.la: $(OBJECTS) $(LIBTOOL) --mode=link \ - $(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ \ + $(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -static -o $@ \ $(OBJECTS) @LIBICONV@ \ -no-undefined -- cgit v1.2.3