SHA256
1
0
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:
Martin Pluskal 2021-02-19 06:51:59 +00:00 committed by Git OBS Bridge
parent 56974bc790
commit 4c283fd481
2 changed files with 9 additions and 0 deletions

View File

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

View File

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