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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue