From aba48c07581d7753a9d9576697b22ff8e54d09f254bec42a3f0b29dbcc2a50c7 Mon Sep 17 00:00:00 2001 From: Tristan Miller Date: Tue, 14 Jun 2022 12:56:08 +0000 Subject: [PATCH] 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 --- seamonkey.changes | 5 +++++ seamonkey.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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