summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-01-30 16:03:05 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-01-30 16:03:21 +0100
commit404b7b207032587df0da71e5e29cf6e6aa484b3b (patch)
tree0fe1cce407e857b32214bc37c7b91083170d748f /www-client
parentprofiles/cygwin: p.mask >=coreutils-8.30 for now (diff)
downloadgentoo-404b7b207032587df0da71e5e29cf6e6aa484b3b.tar.gz
gentoo-404b7b207032587df0da71e5e29cf6e6aa484b3b.tar.bz2
gentoo-404b7b207032587df0da71e5e29cf6e6aa484b3b.zip
www-client/firefox: disable ELF hack
Closes: https://bugs.gentoo.org/676908 Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/firefox-65.0.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/www-client/firefox/firefox-65.0.ebuild b/www-client/firefox/firefox-65.0.ebuild
index 157df868264c..556ea09a80ea 100644
--- a/www-client/firefox/firefox-65.0.ebuild
+++ b/www-client/firefox/firefox-65.0.ebuild
@@ -462,11 +462,9 @@ src_configure() {
# disable webrtc for now, bug 667642
use arm && mozconfig_annotate 'broken on arm' --disable-webrtc
- if use clang ; then
- # https://bugzilla.mozilla.org/show_bug.cgi?id=1423822
- # bug #669382
- mozconfig_annotate 'elf-hack is broken when using Clang' --disable-elf-hack
- fi
+ # https://bugzilla.mozilla.org/show_bug.cgi?id=1423822
+ # bug #669382 #676908
+ mozconfig_annotate 'elf-hack is broken' --disable-elf-hack
echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" >> "${S}"/.mozconfig
echo "mk_add_options XARGS=/usr/bin/xargs" >> "${S}"/.mozconfig