summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-11-04 13:09:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-11-20 10:27:30 +0000
commit04e15fd8e6e130ca6814cfb511e59f3e7454e01f (patch)
tree888b093af77c9722a9104df225e9223472a3b2bf /testing
parentf2ebaf5b120a529c35cd7e85ee1b00aed8cce9c9 (diff)
downloadaports-04e15fd8e6e130ca6814cfb511e59f3e7454e01f.tar.bz2
aports-04e15fd8e6e130ca6814cfb511e59f3e7454e01f.tar.xz
testing/ipt-netflow-grsec: specify license
Diffstat (limited to 'testing')
-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 efbaf7f92..a59d3538b 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() {