From ef023c47d5f77c100d9f5426a2c622129d55b140547086e8d53285eb597a519f Mon Sep 17 00:00:00 2001 From: Tristan Miller Date: Tue, 27 Jul 2021 20:37:11 +0000 Subject: [PATCH] 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 --- seamonkey.changes | 5 +++++ seamonkey.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/seamonkey.changes b/seamonkey.changes index 0123caa..98e8c6f 100644 --- a/seamonkey.changes +++ b/seamonkey.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 27 06:57:05 UTC 2021 - Guillaume GARDET + +- Remove --disable-elf-hack when not available: aarch64 and ppc64* + ------------------------------------------------------------------- Thu Jul 22 08:55:51 UTC 2021 - Tristan Miller diff --git a/seamonkey.spec b/seamonkey.spec index 0160d88..da9c1b5 100644 --- a/seamonkey.spec +++ b/seamonkey.spec @@ -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