From 0a691dcbff171abaa8baa09b0f86d035d438bb80 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 21 Oct 2020 00:48:56 +0800 Subject: [PATCH] [dropbear] Disable zlib (#4551) --- projects/dropbear/build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/projects/dropbear/build.sh b/projects/dropbear/build.sh index b7030b65c..e3a6daec5 100644 --- a/projects/dropbear/build.sh +++ b/projects/dropbear/build.sh @@ -21,9 +21,7 @@ autoconf autoheader popd -$SRC/dropbear/configure --enable-fuzz --disable-harden -# force static zlib -sed -i 's@-lz@/usr/lib/x86_64-linux-gnu/libz.a@' Makefile +$SRC/dropbear/configure --enable-fuzz --disable-harden --disable-zlib make -j$(nproc) fuzz-targets FUZZLIB=$LIB_FUZZING_ENGINE