diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-02-19 21:43:35 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-02-19 21:43:35 +0000 |
commit | 243d97b9ef8c07b2d78c170e3f09085d11e1b3e5 (patch) | |
tree | 2081dc45404c5ed78d1822fc6da3505b1e03d2e1 | |
parent | ca8fd8f4748c07e19fbfff317f302e79072c01b1 (diff) | |
download | xine-lib-243d97b9ef8c07b2d78c170e3f09085d11e1b3e5.tar.gz xine-lib-243d97b9ef8c07b2d78c170e3f09085d11e1b3e5.tar.bz2 |
Should be static, since it's not installed at all
CVS patchset: 4204
CVS date: 2003/02/19 21:43:35
-rw-r--r-- | intl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |