Use libtool -no-undefined flag on all platforms.

reviewed by: plam & keithp
This commit is contained in:
Patrick Lam 2005-10-05 21:12:57 +00:00
parent affc7d1849
commit 008385c5fb
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2005-10-05 Christian Biesinger <cbiesinger@web.de>
reviewed by: plam & keithp
* src/Makefile.am:
Use libtool -no-undefined flag on all platforms.
2005-10-05 Simos Xenitellis <simos74@gmx.net>
reviewed by: plam & keithp

View File

@ -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)