summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-02-10 01:53:56 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-02-10 22:49:57 +0100
commitb44217eba1c2f4a6f489def0665dcf281108ff87 (patch)
tree8b557fe80f001c6861639d808eb30fd28c64589e /www-client/firefox
parentwww-client/firefox: USE=pgo when using GCC will require AVX2 support (diff)
downloadgentoo-b44217eba1c2f4a6f489def0665dcf281108ff87.tar.gz
gentoo-b44217eba1c2f4a6f489def0665dcf281108ff87.tar.bz2
gentoo-b44217eba1c2f4a6f489def0665dcf281108ff87.zip
www-client/firefox: add workaround for and re-enable elfhack
Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client/firefox')
-rw-r--r--www-client/firefox/firefox-65.0-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/www-client/firefox/firefox-65.0-r1.ebuild b/www-client/firefox/firefox-65.0-r1.ebuild
index 3496160e8fff..55b80a7b8b70 100644
--- a/www-client/firefox/firefox-65.0-r1.ebuild
+++ b/www-client/firefox/firefox-65.0-r1.ebuild
@@ -468,9 +468,9 @@ src_configure() {
# disable webrtc for now, bug 667642
use arm && mozconfig_annotate 'broken on arm' --disable-webrtc
- # https://bugzilla.mozilla.org/show_bug.cgi?id=1423822
- # bug #669382 #676908
- mozconfig_annotate 'elf-hack is broken' --disable-elf-hack
+ # allow elfhack to work in combination with unstripped binaries
+ # when they would normally be larger than 2GiB.
+ append-ldflags "-Wl,--compress-debug-sections=zlib"
echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" >> "${S}"/.mozconfig
echo "mk_add_options XARGS=/usr/bin/xargs" >> "${S}"/.mozconfig