diff --git a/seamonkey.changes b/seamonkey.changes index 5999f80..39ff069 100644 --- a/seamonkey.changes +++ b/seamonkey.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 14 12:09:28 UTC 2022 - Guillaume GARDET + +- Add --disable-elf-hack for aarch64 to fix build + ------------------------------------------------------------------- Fri May 04 09:25:16 UTC 2022 - Tristan Miller diff --git a/seamonkey.spec b/seamonkey.spec index eedd9e0..4871531 100644 --- a/seamonkey.spec +++ b/seamonkey.spec @@ -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