summaryrefslogtreecommitdiff
path: root/libre/abiword-libre/abiword-2.8.6-no-undefined.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-07 23:23:44 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-07 23:23:44 -0300
commit0838c4ecf155760b4127f672c01c472ebcfa69c8 (patch)
tree9e5984602b6330287512a6710eae476fdc813de5 /libre/abiword-libre/abiword-2.8.6-no-undefined.patch
parentb1dae9aeffb64b11071e2b3a8cfc2bb80972bc32 (diff)
parent6b2e8fe65431c01a01ab5dfd31689c31f10c643b (diff)
Merge branch 'master' of ssh://gparabola/abslibre
Diffstat (limited to 'libre/abiword-libre/abiword-2.8.6-no-undefined.patch')
-rw-r--r--libre/abiword-libre/abiword-2.8.6-no-undefined.patch21
1 files changed, 21 insertions, 0 deletions
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
+