mirror of https://github.com/google/oss-fuzz.git
[dropbear] Disable zlib (#4551)
This commit is contained in:
parent
02455a7def
commit
0a691dcbff
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue