Accepting request 908522 from home:Guillaume_G:branches:openSUSE:Factory:ARM

- Remove --disable-elf-hack when not available: aarch64 and ppc64*

OBS-URL: https://build.opensuse.org/request/show/908522
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/seamonkey?expand=0&rev=9
This commit is contained in:
Tristan Miller 2021-07-27 20:37:11 +00:00 committed by Git OBS Bridge
parent 5a38704633
commit ef023c47d5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 27 06:57:05 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Remove --disable-elf-hack when not available: aarch64 and ppc64*
-------------------------------------------------------------------
Thu Jul 22 08:55:51 UTC 2021 - Tristan Miller <psychonaut@nothingisreal.com>

View File

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