- 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:
committed by
Git OBS Bridge
parent
18a269be33
commit
4bc7097bf7
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user