diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index 14e772e..69e3d39 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -6,6 +6,11 @@ Mon Aug 1 10:45:16 UTC 2022 - Wolfgang Rosenauer * Fixed a crash on Firefox shutdown caused by a bug in the audio manager +------------------------------------------------------------------- +Sun Jul 31 08:32:46 UTC 2022 - Andreas Schwab + +- The --disable-elf-hack option only exists on ARM and X86 + ------------------------------------------------------------------- Wed Jul 27 07:13:07 UTC 2022 - Wolfgang Rosenauer diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index e65f9ca..6b30712 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -429,7 +429,7 @@ ac_add_options --enable-debug-symbols=-g1 ac_add_options --disable-install-strip # building with elf-hack started to fail everywhere with FF73 #%if 0%{?suse_version} > 1549 -%ifnarch aarch64 ppc64 ppc64le s390x +%ifarch %arm %ix86 x86_64 ac_add_options --disable-elf-hack %endif #%endif