summaryrefslogtreecommitdiff
path: root/libre/abiword/abiword-2.8.6-no-undefined.patch
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-02 23:29:21 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-02 23:29:21 -0300
commite19513e92d38a19ce1d1d11f4e1c488a2a551e72 (patch)
treef594d2b8c3b1b659ff9731149717409a6edd9e0c /libre/abiword/abiword-2.8.6-no-undefined.patch
parent10abf269ca1c3eda8334e515cc7d3f0f92c999dd (diff)
parent4cbcea3c1078e754ad555410d2fad0d3ed0e3bd3 (diff)
downloadabslibre-e19513e92d38a19ce1d1d11f4e1c488a2a551e72.tar.gz
abslibre-e19513e92d38a19ce1d1d11f4e1c488a2a551e72.tar.bz2
abslibre-e19513e92d38a19ce1d1d11f4e1c488a2a551e72.zip
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'libre/abiword/abiword-2.8.6-no-undefined.patch')
-rw-r--r--libre/abiword/abiword-2.8.6-no-undefined.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/libre/abiword/abiword-2.8.6-no-undefined.patch b/libre/abiword/abiword-2.8.6-no-undefined.patch
new file mode 100644
index 000000000..c07000edb
--- /dev/null
+++ b/libre/abiword/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
+