[dropbear] Disable zlib (#4551)

This commit is contained in:
Matt Johnston 2020-10-21 00:48:56 +08:00 committed by GitHub
parent 02455a7def
commit 0a691dcbff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -21,9 +21,7 @@ autoconf
autoheader autoheader
popd popd
$SRC/dropbear/configure --enable-fuzz --disable-harden $SRC/dropbear/configure --enable-fuzz --disable-harden --disable-zlib
# force static zlib
sed -i 's@-lz@/usr/lib/x86_64-linux-gnu/libz.a@' Makefile
make -j$(nproc) fuzz-targets FUZZLIB=$LIB_FUZZING_ENGINE make -j$(nproc) fuzz-targets FUZZLIB=$LIB_FUZZING_ENGINE