From 69f67c3201bbf2df56e418e8893fb9c47c161932 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 14 Dec 2022 11:34:10 +0100 Subject: [PATCH] disable elf hack on aarch64 --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index a79274e..98a6f58 100644 --- a/firefox.spec +++ b/firefox.spec @@ -575,7 +575,7 @@ echo "ac_add_options --with-system-libevent" >> .mozconfig echo "ac_add_options --enable-system-ffi" >> .mozconfig %endif -%ifarch %{arm} +%ifarch %{arm} aarch64 echo "ac_add_options --disable-elf-hack" >> .mozconfig %endif