SPECS: VirtualBox.spec - vboxdrv also must be built without hardening or it...
hawk
hawk at pld-linux.org
Thu Sep 18 13:39:52 CEST 2008
Author: hawk Date: Thu Sep 18 11:39:52 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- vboxdrv also must be built without hardening or it won't work at all
---- Files affected:
SPECS:
VirtualBox.spec (1.135 -> 1.136)
---- Diffs:
================================================================
Index: SPECS/VirtualBox.spec
diff -u SPECS/VirtualBox.spec:1.135 SPECS/VirtualBox.spec:1.136
--- SPECS/VirtualBox.spec:1.135 Thu Sep 18 12:03:08 2008
+++ SPECS/VirtualBox.spec Thu Sep 18 13:39:46 2008
@@ -84,6 +84,7 @@
%endif
BuildRequires: rpmbuild(macros) >= 1.379
%if %{with userspace}
+BuildRequires: sed >= 4.0
BuildRequires: which
BuildRequires: xalan-c-devel >= 1.10.0
BuildRequires: xerces-c-devel >= 2.6.0
@@ -294,6 +295,7 @@
%if %{with kernel}
cd PLD-MODULE-BUILD
+sed -i -e 's/-DVBOX_WITH_HARDENING//g' vboxdrv/Makefile
%build_kernel_modules -m vboxadd -C vboxadd
%build_kernel_modules -m vboxdrv -C vboxdrv
cp -a vboxadd/Module.symvers vboxvfs
@@ -513,6 +515,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.136 2008/09/18 11:39:46 hawk
+- vboxdrv also must be built without hardening or it won't work at all
+
Revision 1.135 2008/09/18 10:03:08 hawk
- updated to 2.0.2 (once more builder script fails to download sources
directly due to connection id being added to file name)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/VirtualBox.spec?r1=1.135&r2=1.136&f=u
More information about the pld-cvs-commit
mailing list