From 9f1c040444b85bb9a172b3d8b388a05676c5021bfd947ea32c04a92cacd55fc9 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Tue, 2 Aug 2022 08:03:20 +0000 Subject: [PATCH] Accepting request 991957 from home:Andreas_Schwab:Factory - The --disable-elf-hack option only exists on ARM and X86 OBS-URL: https://build.opensuse.org/request/show/991957 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=990 --- MozillaFirefox.changes | 5 +++++ MozillaFirefox.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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