From f5fc6f8a5e7c6e1f84962be35a20be07c5700aef Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 23 Apr 2015 09:54:50 +0000 Subject: main/fwknop: disable AFL fuzzing seems that the --enable-afl-fuzzing makes it malfunction so we disable it for now. fixes #3751 --- testing/fwknop/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testing/fwknop') 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 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 } -- cgit v1.2.3