aboutsummaryrefslogtreecommitdiff
path: root/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2021-01-20 09:01:10 +0100
committerMatteo Bernardini <ponce@slackbuilds.org>2021-04-18 13:46:59 +0200
commit5ed8dd7c66d4aadc492a9fdd53514a5a5f8d533b (patch)
tree80eee1aafd74c9d4d9b7f9cd1b744743342d27f1 /system/virtualbox-kernel/virtualbox-kernel.SlackBuild
parente8e049b5d3d8f60f30d20b8f1d3c71583456eb3d (diff)
system/virtualbox-kernel: Updated for version 6.1.18.
Remove vboxpci mention, thanks to Spinlock on LQ Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/virtualbox-kernel/virtualbox-kernel.SlackBuild')
-rw-r--r--system/virtualbox-kernel/virtualbox-kernel.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
index cc023d9a1f05d..f0da0bc6d85f7 100644
--- a/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
+++ b/system/virtualbox-kernel/virtualbox-kernel.SlackBuild
@@ -25,7 +25,7 @@
# Modified by SlackBuilds.org
PRGNAM=virtualbox-kernel
-VERSION=${VERSION:-6.1.8}
+VERSION=${VERSION:-6.1.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,7 +67,7 @@ find -L . \
if ! [ "${HARDENING:-yes}" = "yes" ]; then
sed -i "s/ -DVBOX_WITH_HARDENING//g" \
- {vboxdrv,vboxnetadp,vboxnetflt,vboxpci}/Makefile
+ {vboxdrv,vboxnetadp,vboxnetflt}/Makefile
fi
make KERN_DIR=${KERNELPATH}