- Disable LTO as it causes random build failures on some
architectures (bsc#1164297) OBS-URL: https://build.opensuse.org/package/show/hardware/lshw?expand=0&rev=36
This commit is contained in:
parent
b34157a82f
commit
4736c42966
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 20 08:15:44 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Disable LTO as it causes random build failures on some
|
||||||
|
architectures (bsc#1164297)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 7 10:50:13 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
Fri Feb 7 10:50:13 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -82,6 +82,7 @@ http://www.ezix.org/software/lshw.html
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%define _lto_cflags %{nil}
|
||||||
%make_build \
|
%make_build \
|
||||||
SBINDIR="%{_sbindir}" \
|
SBINDIR="%{_sbindir}" \
|
||||||
RPM_OPT_FLAGS="%{optflags} -fno-strict-aliasing" \
|
RPM_OPT_FLAGS="%{optflags} -fno-strict-aliasing" \
|
||||||
|
Loading…
Reference in New Issue
Block a user