summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2012-01-17 13:18:35 +0000
committerTobias Klausmann <klausman@gentoo.org>2012-01-17 13:18:35 +0000
commit15cfb996ac5bed8ab8ee2983f6b2f3e05049be8e (patch)
treebda1c70d2b2a51dca011bdec195619cd22c038d0 /media-plugins/audacious-plugins/files
parentStable for amd64, wrt bug #399133 (diff)
downloadhistorical-15cfb996ac5bed8ab8ee2983f6b2f3e05049be8e.tar.gz
historical-15cfb996ac5bed8ab8ee2983f6b2f3e05049be8e.tar.bz2
historical-15cfb996ac5bed8ab8ee2983f6b2f3e05049be8e.zip
Make '-z defs' a linker flag explicitly (bug 395213)
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/audacious-plugins/files')
-rw-r--r--media-plugins/audacious-plugins/files/audacious-plugins_ldflags.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-plugins/audacious-plugins/files/audacious-plugins_ldflags.patch b/media-plugins/audacious-plugins/files/audacious-plugins_ldflags.patch
new file mode 100644
index 000000000000..359964ecd943
--- /dev/null
+++ b/media-plugins/audacious-plugins/files/audacious-plugins_ldflags.patch
@@ -0,0 +1,11 @@
+--- configure.old 2012-01-17 13:00:17.000000000 +0000
++++ configure 2012-01-17 13:00:33.000000000 +0000
+@@ -5223,7 +5223,7 @@
+ *linux*)
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+- LDFLAGS="$LDFLAGS -z defs"
++ LDFLAGS="$LDFLAGS -Wl,-z,defs"
+ ;;
+ *)
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5