diff -Naur abiword-2.8.6-old/src/Makefile.am abiword-2.8.6/src/Makefile.am --- abiword-2.8.6-old/src/Makefile.am 2009-09-09 16:11:01.000000000 +0300 +++ abiword-2.8.6/src/Makefile.am 2012-07-19 15:35:03.197629457 +0300 @@ -44,7 +44,6 @@ libabiword_2_8_la_LDFLAGS = \ $(DEPS_LIBS) \ - --no-undefined \ -avoid-version \ -export-dynamic @@ -107,7 +106,6 @@ AbiWord_LDFLAGS = \ $(DEPS_LIBS) \ - --no-undefined \ -avoid-version \ -export-dynamic \ -headerpad_max_install_names @@ -129,7 +127,6 @@ abiword_LDFLAGS = \ $(platform_ldflags) \ - --no-undefined \ -avoid-version \ -export-dynamic diff -Naur abiword-2.8.6-old/src/Makefile.in abiword-2.8.6/src/Makefile.in --- abiword-2.8.6-old/src/Makefile.in 2010-06-14 00:17:56.000000000 +0300 +++ abiword-2.8.6/src/Makefile.in 2012-07-19 15:35:20.390250617 +0300 @@ -503,7 +503,7 @@ $(WP_CPPFLAGS) \ -DABIWORD_DATADIR="\"$(ABIWORD_DATADIR)\"" -libabiword_2_8_la_LDFLAGS = $(DEPS_LIBS) --no-undefined -avoid-version \ +libabiword_2_8_la_LDFLAGS = $(DEPS_LIBS) -avoid-version \ -export-dynamic $(am__append_6) libabiword_2_8_la_LIBADD = $(opt_libs) plugins/libplugins.la \ text/fmt/xp/libxp.la text/ptbl/xp/libxp.la \ @@ -538,7 +538,6 @@ @TOOLKIT_COCOA_TRUE@AbiWord_LDFLAGS = \ @TOOLKIT_COCOA_TRUE@ $(DEPS_LIBS) \ -@TOOLKIT_COCOA_TRUE@ --no-undefined \ @TOOLKIT_COCOA_TRUE@ -avoid-version \ @TOOLKIT_COCOA_TRUE@ -export-dynamic \ @TOOLKIT_COCOA_TRUE@ -headerpad_max_install_names @@ -554,7 +553,6 @@ @TOOLKIT_COCOA_FALSE@abiword_LDFLAGS = \ @TOOLKIT_COCOA_FALSE@ $(platform_ldflags) \ -@TOOLKIT_COCOA_FALSE@ --no-undefined \ @TOOLKIT_COCOA_FALSE@ -avoid-version \ @TOOLKIT_COCOA_FALSE@ -export-dynamic