commit: f10361660904dd392c6fe7f07a5cdf99ba91e2ea
Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 21:56:36 2019 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 21:56:36 2019 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=f1036166
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 <AT> gentoo.org>
www-client/firefox/firefox-71.0_beta11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/firefox/firefox-71.0_beta11.ebuild
b/www-client/firefox/firefox-71.0_beta11.ebuild
index 667a63b..b41e0d8 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