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
This commit is contained in:
Takashi Iwai 2021-01-26 14:11:56 +00:00 committed by Git OBS Bridge
parent 00dcfbeb58
commit 1392685cdd
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 26 13:37:05 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Disable LTO on armv7 as it breaks the build
-------------------------------------------------------------------
Sun Jan 24 09:52:06 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -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}