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