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: Tue, 12 Feb 2019 01:23:59
Message-Id: 1549934616.a66d8f75b61dd858beedc5f4e9db953a4737a898.whissi@gentoo
1 commit: a66d8f75b61dd858beedc5f4e9db953a4737a898
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 12 01:06:33 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 12 01:23:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66d8f75
7
8 www-client/firefox: backport elf-hack workaround
9
10 This commit backports commit b44217eba1c2f4a6f489def0665dcf281108ff87.
11
12 Package-Manager: Portage-2.3.59, Repoman-2.3.12
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 .../firefox/{firefox-60.5.0.ebuild => firefox-60.5.0-r1.ebuild} | 4 ++++
16 1 file changed, 4 insertions(+)
17
18 diff --git a/www-client/firefox/firefox-60.5.0.ebuild b/www-client/firefox/firefox-60.5.0-r1.ebuild
19 similarity index 98%
20 rename from www-client/firefox/firefox-60.5.0.ebuild
21 rename to www-client/firefox/firefox-60.5.0-r1.ebuild
22 index 1603e3b24c9..295da318cc0 100644
23 --- a/www-client/firefox/firefox-60.5.0.ebuild
24 +++ b/www-client/firefox/firefox-60.5.0-r1.ebuild
25 @@ -234,6 +234,10 @@ src_configure() {
26
27 mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}"
28
29 + # allow elfhack to work in combination with unstripped binaries
30 + # when they would normally be larger than 2GiB.
31 + append-ldflags "-Wl,--compress-debug-sections=zlib"
32 +
33 if use clang ; then
34 # https://bugzilla.mozilla.org/show_bug.cgi?id=1423822
35 mozconfig_annotate 'elf-hack is broken when using Clang' --disable-elf-hack