diff options
Diffstat (limited to 'testing/fwknop')
-rw-r--r-- | testing/fwknop/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/fwknop/APKBUILD b/testing/fwknop/APKBUILD index b7aa8cb99d..b6b43f0254 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 } |