1
0

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
This commit is contained in:
Wolfgang Rosenauer 2022-08-02 08:03:20 +00:00 committed by Git OBS Bridge
parent c00fa5c822
commit 9f1c040444
2 changed files with 6 additions and 1 deletions

View File

@ -6,6 +6,11 @@ Mon Aug 1 10:45:16 UTC 2022 - Wolfgang Rosenauer <wr@rosenauer.org>
* Fixed a crash on Firefox shutdown caused by a bug in the
audio manager
-------------------------------------------------------------------
Sun Jul 31 08:32:46 UTC 2022 - Andreas Schwab <schwab@suse.de>
- The --disable-elf-hack option only exists on ARM and X86
-------------------------------------------------------------------
Wed Jul 27 07:13:07 UTC 2022 - Wolfgang Rosenauer <wr@rosenauer.org>

View File

@ -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