aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ipt-netflow-grsec
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-11-24 20:54:51 +0000
committerTimo Teräs <timo.teras@iki.fi>2016-11-24 20:55:30 +0000
commit742142930db918468c4de08987b44ebd3fe90b6c (patch)
treed36f89fc0e0991e45693081ec07808c9c55fa5f1 /testing/ipt-netflow-grsec
parent10ce1b0a4fc29b703a5faba3abba088e5f53b249 (diff)
downloadaports-742142930db918468c4de08987b44ebd3fe90b6c.tar.bz2
aports-742142930db918468c4de08987b44ebd3fe90b6c.tar.xz
testing/ipt-netflow-grsec: rebuild against kernel 4.4.34-r3
Diffstat (limited to 'testing/ipt-netflow-grsec')
-rw-r--r--testing/ipt-netflow-grsec/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/ipt-netflow-grsec/APKBUILD b/testing/ipt-netflow-grsec/APKBUILD
index 0d573703c5..0931588439 100644
--- a/testing/ipt-netflow-grsec/APKBUILD
+++ b/testing/ipt-netflow-grsec/APKBUILD
@@ -3,7 +3,7 @@
_flavor=grsec
_kpkg=linux-$_flavor
_kver=4.4.34
-_kpkgrel=2
+_kpkgrel=3
# when chaning _ver we *must* bump _mypkgrel
_ver=2.1
@@ -51,12 +51,12 @@ build() {
./configure --kver=$_abi_release \
--ipt-inc=/usr/include/libiptc \
|| return 1
- make KCFLAGS="-fno-pie" ipt_NETFLOW.ko || return 1
+ make ipt_NETFLOW.ko || return 1
}
package() {
cd "$_builddir"
- make -j1 minstall KCFLAGS="-fno-pie" DEPMOD=: DESTDIR="$pkgdir" \
+ make -j1 minstall DEPMOD=: DESTDIR="$pkgdir" \
|| return 1
}