diff --git a/snd.changes b/snd.changes index 5e615b0..55fecfb 100644 --- a/snd.changes +++ b/snd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 20 13:53:56 UTC 2020 - Guillaume GARDET + +- Disable LTO on aarch64 to fix build + ------------------------------------------------------------------- Mon Aug 3 13:11:36 UTC 2020 - Paolo Stivanin diff --git a/snd.spec b/snd.spec index 38e2a8f..77c1678 100644 --- a/snd.spec +++ b/snd.spec @@ -15,6 +15,9 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%ifarch aarch64 +%define _lto_cflags %{nil} +%endif %ifarch %{ix86} x86_64 %{ppc} ppc64 ppc64le # The jack support has some inline assembly, but only for x86/ppc