llvm too.

This commit is contained in:
David Tomaschik
2020-03-12 20:36:00 -07:00
parent 50cb109c99
commit 7e432287ac

View File

@@ -260,7 +260,8 @@ case ${TOOL} in
"${DESTDIR}/gef.py" "${DESTDIR}/gef.py"
;; ;;
aflplusplus) aflplusplus)
install_pkgs libtool-bin libglib2.0-dev libpixman-1-dev clang clang-tools install_pkgs libtool-bin libglib2.0-dev libpixman-1-dev clang clang-tools \
llvm
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
;; ;;