testing/virtualbox-guest-modules-grsec: rebuild against kernel 4.4.14-r1

This commit is contained in:
Natanael Copa 2016-07-11 16:34:27 +00:00
parent 291a848ce4
commit 89f5322ecf

View File

@ -4,7 +4,7 @@
_flavor=${FLAVOR:-grsec}
_kpkg=linux-$_flavor
_kver=4.4.14
_kpkgrel=0
_kpkgrel=1
# when chaning _ver we *must* bump _mypkgrel
_ver=5.0.20
@ -51,7 +51,7 @@ prepare() {
build() {
cd "$_builddir"
# Build Kernel Modules
make KERN_DIR=/lib/modules/${_abi_release}/build
make KERN_DIR=/lib/modules/${_abi_release}/build KCFLAGS="-fno-pie"
}
package() {