system/virtualbox-kernel: Updated for version 4.0.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
3313f5ee24
commit
7140e0194d
|
@ -1,9 +1,12 @@
|
||||||
This is the suplementary kernel driver for the VirtualBox
|
This is the supplementary kernel driver for the VirtualBox
|
||||||
virtualisation environment.
|
virtualisation environment.
|
||||||
|
|
||||||
To build the package for a kernel different from the running one,
|
To build the package for a kernel different from the running one,
|
||||||
start the script setting the KERNEL variable as in
|
start the script setting the KERNEL variable as in
|
||||||
KERNEL=2.6.29.6 ./virtualbox-kernel.SlackBuild
|
KERNEL=2.6.38.8 ./virtualbox-kernel.SlackBuild
|
||||||
|
|
||||||
|
Note that if you have built virtualbox with HARDENING=no, then you
|
||||||
|
have to do the same for virtualbox-kernel.
|
||||||
|
|
||||||
If you want to build a kernel module for an other virtualbox version
|
If you want to build a kernel module for an other virtualbox version
|
||||||
you can use the included "virtualbox-kernel-mksrctarball.sh" which will
|
you can use the included "virtualbox-kernel-mksrctarball.sh" which will
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
# Modified by SlackBuilds.org
|
# Modified by SlackBuilds.org
|
||||||
|
|
||||||
PRGNAM=virtualbox-kernel
|
PRGNAM=virtualbox-kernel
|
||||||
VERSION=${VERSION:-4.0.4}
|
VERSION=${VERSION:-4.0.8}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -61,6 +61,11 @@ cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
chmod -R u+w,go+r-w,a-s .
|
chmod -R u+w,go+r-w,a-s .
|
||||||
|
|
||||||
|
if ! [ "${HARDENING:-yes}" = "yes" ]; then
|
||||||
|
sed -i "s/ -DVBOX_WITH_HARDENING//g" \
|
||||||
|
{vboxdrv,vboxnetadp,vboxnetflt}/Makefile
|
||||||
|
fi
|
||||||
|
|
||||||
make KERN_DIR=${KERNELPATH}
|
make KERN_DIR=${KERNELPATH}
|
||||||
|
|
||||||
mkdir -p $PKG/lib/modules/$KERNEL/misc
|
mkdir -p $PKG/lib/modules/$KERNEL/misc
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="virtualbox-kernel"
|
PRGNAM="virtualbox-kernel"
|
||||||
VERSION="4.0.4"
|
VERSION="4.0.8"
|
||||||
HOMEPAGE="http://www.virtualbox.org"
|
HOMEPAGE="http://www.virtualbox.org"
|
||||||
DOWNLOAD="http://www.liwjatan.at/files/src/virtualbox-kernel/virtualbox-kernel-4.0.4.tar.xz"
|
DOWNLOAD="http://www.liwjatan.at/files/src/virtualbox-kernel/virtualbox-kernel-4.0.8.tar.xz"
|
||||||
MD5SUM="6bedb65e185a930c70eec58ed54691d1"
|
MD5SUM="5daaeff325185a4108970e7efc0d9d89"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Heinz Wiesinger"
|
MAINTAINER="Heinz Wiesinger"
|
||||||
|
|
Loading…
Reference in New Issue