- Don't build in parallell (bnc#878580)

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=13
This commit is contained in:
Kristoffer Gronlund 2014-05-19 12:04:01 +00:00 committed by Git OBS Bridge
parent 03e38ff640
commit c9f6205f3f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 19 12:03:38 UTC 2014 - kgronlund@suse.com
- Don't build in parallell (bnc#878580)
-------------------------------------------------------------------
Thu May 15 08:58:47 UTC 2014 - kgronlund@suse.com

View File

@ -157,7 +157,7 @@ CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"
export CFLAGS
./autogen.sh
%{configure}
make %{_smp_mflags}
make
%install
make install DESTDIR=%{buildroot}