Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Sun, 10 Feb 2019 21:50:26
Message-Id: 1549835397.b44217eba1c2f4a6f489def0665dcf281108ff87.whissi@gentoo
1 commit: b44217eba1c2f4a6f489def0665dcf281108ff87
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 10 00:53:56 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 10 21:49:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44217eb
7
8 www-client/firefox: add workaround for and re-enable elfhack
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 www-client/firefox/firefox-65.0-r1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/www-client/firefox/firefox-65.0-r1.ebuild b/www-client/firefox/firefox-65.0-r1.ebuild
17 index 3496160e8ff..55b80a7b8b7 100644
18 --- a/www-client/firefox/firefox-65.0-r1.ebuild
19 +++ b/www-client/firefox/firefox-65.0-r1.ebuild
20 @@ -468,9 +468,9 @@ src_configure() {
21 # disable webrtc for now, bug 667642
22 use arm && mozconfig_annotate 'broken on arm' --disable-webrtc
23
24 - # https://bugzilla.mozilla.org/show_bug.cgi?id=1423822
25 - # bug #669382 #676908
26 - mozconfig_annotate 'elf-hack is broken' --disable-elf-hack
27 + # allow elfhack to work in combination with unstripped binaries
28 + # when they would normally be larger than 2GiB.
29 + append-ldflags "-Wl,--compress-debug-sections=zlib"
30
31 echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" >> "${S}"/.mozconfig
32 echo "mk_add_options XARGS=/usr/bin/xargs" >> "${S}"/.mozconfig