aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-05-26 18:29:56 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-26 18:29:56 +0000
commitd61b33b14d871924fa5bf08a5e565ab2cb874855 (patch)
treebf7817245c1adf4669ae74d114c383cc19207e1d /community
parent11b35d373fef04f3b2630396556a5db1d4e5fff0 (diff)
downloadaports-d61b33b14d871924fa5bf08a5e565ab2cb874855.tar.bz2
aports-d61b33b14d871924fa5bf08a5e565ab2cb874855.tar.xz
community/afl: disable in x86
Build error: > /bin/sh: ../afl-clang-fast: not found
Diffstat (limited to 'community')
-rw-r--r--community/afl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/afl/APKBUILD b/community/afl/APKBUILD
index 62aef06042..a1ebe89069 100644
--- a/community/afl/APKBUILD
+++ b/community/afl/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.52b
pkgrel=0
pkgdesc="Fuzzer relying on genetic algorithms instead of brute force"
url="http://lcamtuf.coredump.cx/afl/"
-arch="all !armhf"
+arch="all !x86 !armhf"
license="Apache-2.0"
depends="clang llvm"
makedepends="clang-dev llvm-dev"