diff --git a/aespipe.changes b/aespipe.changes index 9b2b0e6..1931835 100644 --- a/aespipe.changes +++ b/aespipe.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 15 12:49:40 UTC 2021 - Guillaume GARDET + +- Disable LTO for aarch64, %{arm} and ppc64le as a workaround for boo#1187352 + ------------------------------------------------------------------- Wed Jul 29 22:24:40 UTC 2020 - Matthias Eliasson diff --git a/aespipe.spec b/aespipe.spec index b065f91..141918d 100644 --- a/aespipe.spec +++ b/aespipe.spec @@ -15,6 +15,9 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%ifarch aarch64 %{arm} ppc64le +%define _lto_cflags %{nil} +%endif Name: aespipe Version: 2.4f