From 1392685cddb735ad3b46005b12699b6a34282aa079f9f52e07be0b1d586d0232 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 26 Jan 2021 14:11:56 +0000 Subject: [PATCH] Accepting request 866844 from home:Guillaume_G:branches:multimedia:libs - Disable LTO on armv7 as it breaks the build OBS-URL: https://build.opensuse.org/request/show/866844 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=229 --- pulseaudio.changes | 5 +++++ pulseaudio.spec | 3 +++ 2 files changed, 8 insertions(+) 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}