aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/virtualbox-additions-grsec/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/virtualbox-additions-grsec/APKBUILD b/testing/virtualbox-additions-grsec/APKBUILD
index b26e4c8656..9c09db6e2d 100644
--- a/testing/virtualbox-additions-grsec/APKBUILD
+++ b/testing/virtualbox-additions-grsec/APKBUILD
@@ -2,8 +2,8 @@
_flavor=grsec
_kpkg=linux-$_flavor
-_kver=3.9.8
-_kpkgrel=1
+_kver=3.9.9
+_kpkgrel=0
# when chaning _ver we *must* bump _mypkgrel
_ver=4.2.12
@@ -50,7 +50,6 @@ build() {
cd "$_builddir"
export KERN_DIR=/usr/src/linux-headers-${_abi_release}
- export GCC_SPECS=/usr/share/gcc/hardenednopie.specs
make
}