aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ipt-netflow-grsec
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ipt-netflow-grsec')
-rw-r--r--testing/ipt-netflow-grsec/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ipt-netflow-grsec/APKBUILD b/testing/ipt-netflow-grsec/APKBUILD
index efbaf7f92a..a59d3538b7 100644
--- a/testing/ipt-netflow-grsec/APKBUILD
+++ b/testing/ipt-netflow-grsec/APKBUILD
@@ -28,7 +28,7 @@ pkgrel=$(( $_kpkgrel + $_mypkgrel ))
pkgdesc="Linux kernel netflow sensor module"
url="http://ipt-netflow.sourceforge.net/"
arch="all"
-license=GPL-2
+license=GPL3+
source="ipt-netflow-$_ver.tar.gz::https://github.com/RushOnline/ipt-netflow/archive/v$_ver.tar.gz
0001-Fix-compilation-with-3.9.y-kernel.patch
0001-Fix-compilation-with-3.10.y-kernel.patch
@@ -52,7 +52,7 @@ build() {
./configure --kver=$_abi_release \
--ipt-inc=/usr/include/libiptc \
|| return 1
- make ipt_NETFLOW.ko
+ make ipt_NETFLOW.ko || return 1
}
package() {