mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/virtualbox-guest-modules-grsec: rebuild against kernel 4.4.14-r1
This commit is contained in:
parent
291a848ce4
commit
89f5322ecf
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user