diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-26 18:29:56 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-26 18:29:56 +0000 |
commit | d61b33b14d871924fa5bf08a5e565ab2cb874855 (patch) | |
tree | bf7817245c1adf4669ae74d114c383cc19207e1d /community/afl/APKBUILD | |
parent | 11b35d373fef04f3b2630396556a5db1d4e5fff0 (diff) | |
download | aports-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/afl/APKBUILD')
-rw-r--r-- | community/afl/APKBUILD | 2 |
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" |