From: Patrick Lam Date: Wed, 5 Oct 2005 21:12:57 +0000 (+0000) Subject: Use libtool -no-undefined flag on all platforms. X-Git-Tag: 2.3.97~24 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=008385c5fb957c1547fa1a29537d0c9fb8e3b38a;p=fontconfig.git Use libtool -no-undefined flag on all platforms. reviewed by: plam & keithp --- diff --git a/ChangeLog b/ChangeLog index e5b22b9..0c3215f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-10-05 Christian Biesinger + reviewed by: plam & keithp + + * src/Makefile.am: + + Use libtool -no-undefined flag on all platforms. + 2005-10-05 Simos Xenitellis reviewed by: plam & keithp diff --git a/src/Makefile.am b/src/Makefile.am index 1891c3c..c1719e0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,7 +23,6 @@ if OS_WIN32 -no_undefined = -no-undefined export_symbols = -export-symbols fontconfig.def # gcc import library install/uninstall @@ -100,7 +99,7 @@ libfontconfig_la_SOURCES = \ lib_LTLIBRARIES = libfontconfig.la libfontconfig_la_LDFLAGS = \ - -version-info @LT_VERSION_INFO@ $(no_undefined) $(export_symbols) + -version-info @LT_VERSION_INFO@ -no-undefined $(export_symbols) libfontconfig_la_LIBADD = $(FREETYPE_LIBS) $(EXPAT_LIBS)