aboutsummaryrefslogtreecommitdiffstats
path: root/community/afl
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-01-09 10:50:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-01-09 10:50:05 +0000
commitc5bef70e8fd6d269459cbc12af131359e20928ca (patch)
treecbcce6613c79e94ec4697c4cb281d5687d711172 /community/afl
parentf47923b5f7d199694385595ec9c649290c423155 (diff)
community/afl: disable on armhf due to clang segfault
Diffstat (limited to 'community/afl')
-rw-r--r--community/afl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/afl/APKBUILD b/community/afl/APKBUILD
index dd07f11b52c..62aef06042f 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"
+arch="all !armhf"
license="Apache-2.0"
depends="clang llvm"
makedepends="clang-dev llvm-dev"