diff options
author | 2019-11-22 15:56:36 -0600 | |
---|---|---|
committer | 2019-11-22 15:56:36 -0600 | |
commit | f10361660904dd392c6fe7f07a5cdf99ba91e2ea (patch) | |
tree | 18e570a4996bb6e4f87d1a341d1a5ef6ff7a1ace | |
parent | mail-client/thunderbird: sync with tree, update arch cpu flags (diff) | |
download | mozilla-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.ebuild | 2 |
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 |