From b806555b67fc7b5802a5a475ef32cb34fde3de5f Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 11 Feb 2022 16:15:30 +0100 Subject: [PATCH] firefox: disable elfhack for aarch64* They recently added aarch64 support which enables it. https://bugzilla.mozilla.org/show_bug.cgi?id=1747783 --- srcpkgs/firefox/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index e62c4be75ef..a0bb7a36101 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -80,7 +80,7 @@ do_build() { esac case "$XBPS_TARGET_MACHINE" in - x86_64*|i686*|arm*) + x86_64*|i686*|arm*|aarch64*) echo "ac_add_options --disable-elf-hack" >>.mozconfig ;; esac