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:
parent
00dcfbeb58
commit
1392685cdd
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user