aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2019-11-22 15:56:36 -0600
committerJory Pratt <anarchy@gentoo.org>2019-11-22 15:56:36 -0600
commitf10361660904dd392c6fe7f07a5cdf99ba91e2ea (patch)
tree18e570a4996bb6e4f87d1a341d1a5ef6ff7a1ace
parentmail-client/thunderbird: sync with tree, update arch cpu flags (diff)
downloadmozilla-f10361660904dd392c6fe7f07a5cdf99ba91e2ea.tar.gz
mozilla-f10361660904dd392c6fe7f07a5cdf99ba91e2ea.tar.bz2
mozilla-f10361660904dd392c6fe7f07a5cdf99ba91e2ea.zip
www-client/firefox: elf-hack not broken on arm64 with clang
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
-rw-r--r--www-client/firefox/firefox-71.0_beta11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-71.0_beta11.ebuild b/www-client/firefox/firefox-71.0_beta11.ebuild
index 667a63b7..b41e0d8a 100644
--- a/www-client/firefox/firefox-71.0_beta11.ebuild
+++ b/www-client/firefox/firefox-71.0_beta11.ebuild
@@ -565,7 +565,7 @@ src_configure() {
# when they would normally be larger than 2GiB.
append-ldflags "-Wl,--compress-debug-sections=zlib"
- if use clang ; then
+ if use clang && ! use arm64; then
# https://bugzilla.mozilla.org/show_bug.cgi?id=1482204
# https://bugzilla.mozilla.org/show_bug.cgi?id=1483822
mozconfig_annotate 'elf-hack is broken when using Clang' --disable-elf-hack