From 1d7c93971ec01f370c595b89ece78a9adc142f05 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 2 Apr 2012 15:23:40 -0300 Subject: libre/abiword-libre --- .../abiword-libre/abiword-2.8.6-no-undefined.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 libre/abiword-libre/abiword-2.8.6-no-undefined.patch (limited to 'libre/abiword-libre/abiword-2.8.6-no-undefined.patch') diff --git a/libre/abiword-libre/abiword-2.8.6-no-undefined.patch b/libre/abiword-libre/abiword-2.8.6-no-undefined.patch new file mode 100644 index 000000000..c07000edb --- /dev/null +++ b/libre/abiword-libre/abiword-2.8.6-no-undefined.patch @@ -0,0 +1,21 @@ +diff -u -r abiword-2.8.6.orig/src/Makefile.am abiword-2.8.6/src/Makefile.am +--- abiword-2.8.6.orig/src/Makefile.am 2009-09-09 15:11:01.000000000 +0200 ++++ abiword-2.8.6/src/Makefile.am 2011-08-02 23:35:51.904761961 +0200 +@@ -107,7 +107,7 @@ + + AbiWord_LDFLAGS = \ + $(DEPS_LIBS) \ +- --no-undefined \ ++ -Wl,--no-undefined \ + -avoid-version \ + -export-dynamic \ + -headerpad_max_install_names +@@ -129,7 +129,7 @@ + + abiword_LDFLAGS = \ + $(platform_ldflags) \ +- --no-undefined \ ++ -Wl,--no-undefined \ + -avoid-version \ + -export-dynamic + -- cgit v1.2.3-54-g00ecf