Add clang dependencies for afl++.

This commit is contained in:
David Tomaschik
2020-03-12 20:26:18 -07:00
parent c915b20450
commit 50cb109c99

View File

@@ -260,7 +260,7 @@ case ${TOOL} in
"${DESTDIR}/gef.py" "${DESTDIR}/gef.py"
;; ;;
aflplusplus) aflplusplus)
install_pkgs libtool-bin libglib2.0-dev libpixman-1-dev install_pkgs libtool-bin libglib2.0-dev libpixman-1-dev clang clang-tools
git clone "https://github.com/vanhauser-thc/AFLplusplus" ${DESTDIR} git clone "https://github.com/vanhauser-thc/AFLplusplus" ${DESTDIR}
make -C ${DESTDIR} distrib make -C ${DESTDIR} distrib
;; ;;