Accepting request 982609 from home:Guillaume_G:branches:mozilla:Factory

- Add --disable-elf-hack for aarch64 to fix build

OBS-URL: https://build.opensuse.org/request/show/982609
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=26
This commit is contained in:
Tristan Miller 2022-06-14 12:56:08 +00:00 committed by Git OBS Bridge
parent c3400574a6
commit aba48c0758
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 14 12:09:28 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add --disable-elf-hack for aarch64 to fix build
-------------------------------------------------------------------
Fri May 04 09:25:16 UTC 2022 - Tristan Miller <psychonaut@nothingisreal.com>

View File

@ -237,7 +237,7 @@ ac_add_options --enable-default-toolkit=cairo-gtk3
ac_add_options --disable-gconf
# Elfhack fails on ix86: https://bugzilla.mozilla.org/show_bug.cgi?id=1706264
%ifarch ppc %arm %ix86
%ifarch aarch64 ppc %arm %ix86
ac_add_options --disable-elf-hack
%endif