mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
afl: needs which in hostmakedepends
This commit is contained in:
parent
c0b0126109
commit
8bf2b6dc99
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ revision=1
|
||||||
archs="i686* x86_64*"
|
archs="i686* x86_64*"
|
||||||
wrksrc="AFL-${version}"
|
wrksrc="AFL-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="llvm clang"
|
hostmakedepends="llvm clang which"
|
||||||
short_desc="American fuzzy lop - a brute-force fuzzer"
|
short_desc="American fuzzy lop - a brute-force fuzzer"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue