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: Wed, 30 Jan 2019 15:05:07
Message-Id: 1548860601.404b7b207032587df0da71e5e29cf6e6aa484b3b.whissi@gentoo
1 commit: 404b7b207032587df0da71e5e29cf6e6aa484b3b
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 30 15:03:05 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 30 15:03:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404b7b20
7
8 www-client/firefox: disable ELF hack
9
10 Closes: https://bugs.gentoo.org/676908
11 Package-Manager: Portage-2.3.58, Repoman-2.3.12
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 www-client/firefox/firefox-65.0.ebuild | 8 +++-----
15 1 file changed, 3 insertions(+), 5 deletions(-)
16
17 diff --git a/www-client/firefox/firefox-65.0.ebuild b/www-client/firefox/firefox-65.0.ebuild
18 index 157df868264..556ea09a80e 100644
19 --- a/www-client/firefox/firefox-65.0.ebuild
20 +++ b/www-client/firefox/firefox-65.0.ebuild
21 @@ -462,11 +462,9 @@ src_configure() {
22 # disable webrtc for now, bug 667642
23 use arm && mozconfig_annotate 'broken on arm' --disable-webrtc
24
25 - if use clang ; then
26 - # https://bugzilla.mozilla.org/show_bug.cgi?id=1423822
27 - # bug #669382
28 - mozconfig_annotate 'elf-hack is broken when using Clang' --disable-elf-hack
29 - fi
30 + # https://bugzilla.mozilla.org/show_bug.cgi?id=1423822
31 + # bug #669382 #676908
32 + mozconfig_annotate 'elf-hack is broken' --disable-elf-hack
33
34 echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" >> "${S}"/.mozconfig
35 echo "mk_add_options XARGS=/usr/bin/xargs" >> "${S}"/.mozconfig