diff --git a/pulseaudio.changes b/pulseaudio.changes index 5785449..3cca2d3 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 26 13:37:05 UTC 2021 - Guillaume GARDET + +- Disable LTO on armv7 as it breaks the build + ------------------------------------------------------------------- Sun Jan 24 09:52:06 UTC 2021 - Dirk Müller diff --git a/pulseaudio.spec b/pulseaudio.spec index 50e8c65..261a01a 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -15,6 +15,9 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%ifarch armv7 armv7hl +%define _lto_cflags %{nil} +%endif #Compat macro for new _fillupdir macro introduced in Nov 2017 %if ! %{defined _fillupdir}