diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2013-09-26 14:50:18 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2013-09-26 14:50:18 +0000 |
commit | bfe9a16ff5d5ce13f1766528715b6a4a73fd106a (patch) | |
tree | 2cfff79d41f8b51b170c452e5e6acef2366cfe75 /www-client/firefox/files | |
parent | Fixed bashism in files/2.2/mod-mono-server-r1.initd. (diff) | |
download | gentoo-2-bfe9a16ff5d5ce13f1766528715b6a4a73fd106a.tar.gz gentoo-2-bfe9a16ff5d5ce13f1766528715b6a4a73fd106a.tar.bz2 gentoo-2-bfe9a16ff5d5ce13f1766528715b6a4a73fd106a.zip |
drop -Wl,--build-id from LDFLAGS, bug #465446
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'www-client/firefox/files')
-rw-r--r-- | www-client/firefox/files/moz24-drop-Wl-build-id.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/www-client/firefox/files/moz24-drop-Wl-build-id.patch b/www-client/firefox/files/moz24-drop-Wl-build-id.patch new file mode 100644 index 000000000000..434dd238a961 --- /dev/null +++ b/www-client/firefox/files/moz24-drop-Wl-build-id.patch @@ -0,0 +1,32 @@ +--- a/comm-esr24/mozilla/configure.in 2013-09-26 09:41:27.220542321 -0400 ++++ b/comm-esr24/mozilla/configure.in 2013-09-26 09:49:07.888550730 -0400 +@@ -1339,13 +1339,6 @@ + AC_TRY_LINK(,,AC_MSG_RESULT([yes]), + AC_MSG_RESULT([no]) + LDFLAGS=$_SAVE_LDFLAGS) +- AC_MSG_CHECKING([for --build-id option to ld]) +- _SAVE_LDFLAGS=$LDFLAGS +- LDFLAGS="$LDFLAGS -Wl,--build-id" +- AC_TRY_LINK(,,AC_MSG_RESULT([yes]) +- [NSPR_LDFLAGS="$NSPR_LDFLAGS -Wl,--build-id"], +- AC_MSG_RESULT([no]) +- LDFLAGS=$_SAVE_LDFLAGS) + + + # Check for -mssse3 on $CC +--- a/comm-esr24/mozilla/js/src/configure.in 2013-09-26 09:41:27.222542321 -0400 ++++ b/comm-esr24/mozilla/js/src/configure.in 2013-09-26 09:49:19.121550935 -0400 +@@ -1154,13 +1154,6 @@ + DSO_PIC_CFLAGS='-fPIC' + ASFLAGS="$ASFLAGS -fPIC" + +- AC_MSG_CHECKING([for --build-id option to ld]) +- _SAVE_LDFLAGS=$LDFLAGS +- LDFLAGS="$LDFLAGS -Wl,--build-id" +- AC_TRY_LINK(,,AC_MSG_RESULT([yes]), +- AC_MSG_RESULT([no]) +- LDFLAGS=$_SAVE_LDFLAGS) +- + # Turn on GNU-specific warnings: + # -Wall - turn on a lot of warnings + # -Wpointer-arith - good to have |