- disable parallel build for a while, it takes too much memory
for our workers OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=9
This commit is contained in:
parent
abeed3ce01
commit
506e24629f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 10:48:07 UTC 2011 - coolo@novell.com
|
||||
|
||||
- disable parallel build for a while, it takes too much memory
|
||||
for our workers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 10 14:48:36 CET 2011 - uli@suse.de
|
||||
|
||||
|
@ -102,7 +102,7 @@ mkdir -p dynamic
|
||||
echo "CONFIG_CURL=y" >> config-host.mak
|
||||
echo "CURL_LIBS=-lcurl" >> config-host.mak
|
||||
echo "#define CONFIG_CURL 1" >> config-host.h
|
||||
make %{?jobs:-j%{jobs}} V=1
|
||||
make -j1 V=1
|
||||
make qemu-img V=1
|
||||
mv */qemu */qemu-* qemu-io dynamic || true
|
||||
make clean
|
||||
@ -113,7 +113,7 @@ make clean
|
||||
--disable-system \
|
||||
--static --disable-linux-aio \
|
||||
--extra-cflags="$QEMU_OPT_FLAGS"
|
||||
make %{?jobs:-j%{jobs}} V=1
|
||||
make -j1 V=1
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
Loading…
Reference in New Issue
Block a user