- Disable parallel building as it seems to cause random linking

failures (boo#985111)

OBS-URL: https://build.opensuse.org/package/show/hardware/lshw?expand=0&rev=12
This commit is contained in:
Martin Pluskal
2016-06-20 18:03:20 +00:00
committed by Git OBS Bridge
parent 18a269be33
commit 4bc7097bf7
2 changed files with 3 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ Mon Jun 20 11:25:53 UTC 2016 - mpluskal@suse.com
- Small spec file cleanup
- Do not ship pci/usb/oter id's as they are provided by other
packages as well
- Disable parallel building as it seems to cause random linking
failures (boo#985111)
-------------------------------------------------------------------
Tue Apr 26 19:39:38 UTC 2016 - mpluskal@suse.com

View File

@@ -89,14 +89,13 @@ http://www.ezix.org/software/lshw.html
%build
make \
%{?_smp_mflags} \
PREFIX="%{_prefix}" \
SBINDIR="%{_sbindir}" \
MANDIR="%{_mandir}" \
DATADIR="%{_datadir}" \
CXX="g++" \
CC="gcc" \
RPM_OPT_FLAGS="%{optflags}" \
RPM_OPT_FLAGS="%{optflags} -fno-strict-aliasing" \
STRIP=touch \
all gui