mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
qemu_mode/build script: add more missing prereqs
This commit is contained in:
@ -63,7 +63,7 @@ if [ ! -f "../afl-showmap" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
PREREQ_NOTFOUND=
|
PREREQ_NOTFOUND=
|
||||||
for i in libtool wget python automake autoconf sha384sum bison iconv patch; do
|
for i in libtool wget python automake autoconf sha384sum bison flex iconv patch pkg-config; do
|
||||||
|
|
||||||
T=`type "$i" | awk '{print $NF}' 2>/dev/null`
|
T=`type "$i" | awk '{print $NF}' 2>/dev/null`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user