diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-04-02 15:55:58 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-04-02 15:55:58 -0400 |
commit | e2b3eb7b06bc404996eb9939019b6dc40c6366c9 (patch) | |
tree | a43c516fd46f83b22a0b589315c667c2f66f2e4d /libre/abiword-libre/abiword-2.8.6-no-undefined.patch | |
parent | 10e17e91402986c0e1cab262cbc6cafb001670bb (diff) | |
parent | 90b63d9a674c137a9da0479f54ec6f05b58218cb (diff) | |
download | abslibre-e2b3eb7b06bc404996eb9939019b6dc40c6366c9.tar.gz abslibre-e2b3eb7b06bc404996eb9939019b6dc40c6366c9.tar.bz2 abslibre-e2b3eb7b06bc404996eb9939019b6dc40c6366c9.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/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.patch | 21 |
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 + |