From 4c283fd48195c0207c368bfc010a0f8ae0a1d208f1d1a74a7a51d397544324f3 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 19 Feb 2021 06:51:59 +0000 Subject: [PATCH] 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 --- gnuradio.changes | 5 +++++ gnuradio.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/gnuradio.changes b/gnuradio.changes index ec92130..ab66f80 100644 --- a/gnuradio.changes +++ b/gnuradio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 15 12:35:29 UTC 2021 - Guillaume GARDET + +- LTO segfaults on %arm, so disable it - boo#1182440 + ------------------------------------------------------------------- Mon Dec 14 09:24:12 UTC 2020 - Martin Hauke diff --git a/gnuradio.spec b/gnuradio.spec index 2b7436d..472eaec 100644 --- a/gnuradio.spec +++ b/gnuradio.spec @@ -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