aboutsummaryrefslogtreecommitdiffstats
path: root/main/devicemaster-linux-grsec/APKBUILD
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-11-24 20:54:50 +0000
committerTimo Teräs <timo.teras@iki.fi>2016-11-24 20:55:29 +0000
commit992f4ea8597a0687d11c256816aaf1f99b498479 (patch)
tree1c62c6d959ec2b7fa5d942cadf44190333a9fac7 /main/devicemaster-linux-grsec/APKBUILD
parent7700b27aa814b4fa86eed702c250f0f446488953 (diff)
downloadaports-992f4ea8597a0687d11c256816aaf1f99b498479.tar.bz2
aports-992f4ea8597a0687d11c256816aaf1f99b498479.tar.xz
main/devicemaster-linux-grsec: rebuild against kernel 4.4.34-r3
Diffstat (limited to 'main/devicemaster-linux-grsec/APKBUILD')
-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 074ea2af7b..242f663080 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.34
-_kpkgrel=2
+_kpkgrel=3
_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 \
- CC="${CC:-gcc} -fno-pie" V=1 || return 1
+ V=1 || return 1
}
package() {