aboutsummaryrefslogtreecommitdiffstats
path: root/testing/fwknop
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-04-23 09:54:50 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-04-23 09:55:44 +0000
commitf5fc6f8a5e7c6e1f84962be35a20be07c5700aef (patch)
tree05ffb7e8b7224b316507479f84921cb9fab44852 /testing/fwknop
parentd65402e5bd42daecdcd0c666195dc9c57eb0615d (diff)
main/fwknop: disable AFL fuzzing
seems that the --enable-afl-fuzzing makes it malfunction so we disable it for now. fixes #3751
Diffstat (limited to 'testing/fwknop')
-rw-r--r--testing/fwknop/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/fwknop/APKBUILD b/testing/fwknop/APKBUILD
index b7aa8cb99d5..b6b43f02543 100644
--- a/testing/fwknop/APKBUILD
+++ b/testing/fwknop/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=fwknop
pkgver=2.6.5
-pkgrel=0
+pkgrel=1
pkgdesc="A Single Packet Authorization (SPA) implementation"
url="http://www.cipherdyne.org/fwknop/"
arch="all"
@@ -36,7 +36,6 @@ build() {
--infodir=/usr/share/info \
--localstatedir=/var \
--with-gpgme \
- --enable-afl-fuzzing \
|| return 1
make || return 1
}