summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lam <plam@MIT.EDU>2005-10-05 21:12:57 +0000
committerPatrick Lam <plam@MIT.EDU>2005-10-05 21:12:57 +0000
commit008385c5fb957c1547fa1a29537d0c9fb8e3b38a (patch)
tree870b74828596e93ddfc8baebcadfbbeffd213f76
parentaffc7d1849c26db10b344cfbe834d0bba764f419 (diff)
downloadfontconfig-008385c5fb957c1547fa1a29537d0c9fb8e3b38a.tar.gz
Use libtool -no-undefined flag on all platforms.
reviewed by: plam & keithp
-rw-r--r--ChangeLog7
-rw-r--r--src/Makefile.am3
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 <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
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)