SPECS: VirtualBox.spec - don't search for kernel headers when buil...

zbyniu zbyniu at pld-linux.org
Fri Feb 29 17:14:59 CET 2008


Author: zbyniu                       Date: Fri Feb 29 16:14:59 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't search for kernel headers when build userspace

---- Files affected:
SPECS:
   VirtualBox.spec (1.65 -> 1.66) 

---- Diffs:

================================================================
Index: SPECS/VirtualBox.spec
diff -u SPECS/VirtualBox.spec:1.65 SPECS/VirtualBox.spec:1.66
--- SPECS/VirtualBox.spec:1.65	Fri Feb 29 16:21:07 2008
+++ SPECS/VirtualBox.spec	Fri Feb 29 17:14:54 2008
@@ -261,7 +261,7 @@
 ./configure \
 	--with-gcc="%{__cc}" \
 	--with-g++="%{__cxx}" \
-	--with-linux="%{_builddir}/%{buildsubdir}/kernel"
+	--disable-kmods
 
 . ./env.sh && kmk -j1
 %endif
@@ -471,6 +471,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.66  2008-02-29 16:14:54  zbyniu
+- don't search for kernel headers when build userspace
+
 Revision 1.65  2008-02-29 15:21:07  zbyniu
 - proper way to build kernel modules
 - cleaned up BRs marsh
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/VirtualBox.spec?r1=1.65&r2=1.66&f=u



More information about the pld-cvs-commit mailing list