aboutsummaryrefslogtreecommitdiffstats
path: root/main/devicemaster-linux-grsec
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-07-11 12:16:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-07-11 16:38:20 +0000
commitf4bb9c6cb826d97bd589e4379d28e32f19ad67bd (patch)
tree7804be1f591e6d4f939a8684cc920733812d6b62 /main/devicemaster-linux-grsec
parente0d4976bf6a2d75a5910d43471ecccd77fcae06e (diff)
downloadaports-f4bb9c6cb826d97bd589e4379d28e32f19ad67bd.tar.bz2
aports-f4bb9c6cb826d97bd589e4379d28e32f19ad67bd.tar.xz
main/devicemaster-linux-grsec: rebuild against kernel 4.4.14-r1
Diffstat (limited to 'main/devicemaster-linux-grsec')
-rw-r--r--main/devicemaster-linux-grsec/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/devicemaster-linux-grsec/APKBUILD b/main/devicemaster-linux-grsec/APKBUILD
index c127a17f43..f1a14192a7 100644
--- a/main/devicemaster-linux-grsec/APKBUILD
+++ b/main/devicemaster-linux-grsec/APKBUILD
@@ -3,7 +3,7 @@
_flavor=grsec
_kpkg=linux-$_flavor
_kver=4.4.14
-_kpkgrel=0
+_kpkgrel=1
_mypkgrel=0
_kpkgver="$_kver-r$_kpkgrel"
@@ -54,7 +54,7 @@ prepare() {
build() {
cd "$srcdir/$_realname-$_realver"
make -C /lib/modules/$_abi_release/build SUBDIRS="$PWD" modules \
- V=1 || return 1
+ KCFLAGS="-fno-pie" V=1 || return 1
}
package() {