From 008385c5fb957c1547fa1a29537d0c9fb8e3b38a Mon Sep 17 00:00:00 2001 From: Patrick Lam Date: Wed, 5 Oct 2005 21:12:57 +0000 Subject: [PATCH] Use libtool -no-undefined flag on all platforms. reviewed by: plam & keithp --- ChangeLog | 7 +++++++ src/Makefile.am | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) 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) -- 2.39.2