SPECS: VirtualBox.spec - added -j1 do kmk, otherwise build will f...
aflinta
aflinta at pld-linux.org
Sat Sep 22 13:39:19 CEST 2007
Author: aflinta Date: Sat Sep 22 11:39:19 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added -j1 do kmk, otherwise build will fail on SMP
---- Files affected:
SPECS:
VirtualBox.spec (1.26 -> 1.27)
---- Diffs:
================================================================
Index: SPECS/VirtualBox.spec
diff -u SPECS/VirtualBox.spec:1.26 SPECS/VirtualBox.spec:1.27
--- SPECS/VirtualBox.spec:1.26 Sat Sep 22 12:26:18 2007
+++ SPECS/VirtualBox.spec Sat Sep 22 13:39:13 2007
@@ -152,7 +152,7 @@
--with-g++="%{__cxx}" \
--with-linux="$KDIR"
. ./env.sh
-kmk
+kmk -j1
%if %{with kernel}
cd out/linux.%{_outdir}/release/bin/src
@@ -289,6 +289,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.27 2007/09/22 11:39:13 aflinta
+ - added -j1 do kmk, otherwise build will fail on SMP
+
Revision 1.26 2007/09/22 10:26:18 pascalek
- Release 0.4, VBox.sh moved to Source4, use gxmessage when possible
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/VirtualBox.spec?r1=1.26&r2=1.27&f=u
More information about the pld-cvs-commit
mailing list