forked from pool/gnuradio
Accepting request 873434 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- LTO segfaults on %arm, so disable it - boo#1182440 OBS-URL: https://build.opensuse.org/request/show/873434 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=89
This commit is contained in:
parent
56974bc790
commit
4c283fd481
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 15 12:35:29 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- LTO segfaults on %arm, so disable it - boo#1182440
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 14 09:24:12 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@ -15,6 +15,10 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%ifarch %{arm}
|
||||
# boo#1182440
|
||||
%define _lto_cflags %{nil}
|
||||
%endif
|
||||
|
||||
%bcond_without docs
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user