Accepting request 62247 from Virtualization

Accepted submit request 62247 from user coolo

OBS-URL: https://build.opensuse.org/request/show/62247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qemu?expand=0&rev=45
This commit is contained in:
Marcus Rückert 2011-02-21 11:05:24 +00:00 committed by Git OBS Bridge
commit b1ca1dd50d
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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