mirror of https://github.com/google/oss-fuzz.git
[gnutls] Fix build (#782)
This commit is contained in:
parent
bbf2b4810c
commit
04d90e828f
|
@ -75,7 +75,7 @@ fi
|
|||
cd $SRC/gnutls
|
||||
make autoreconf
|
||||
ASAN_OPTIONS=detect_leaks=0 LIBS="-lunistring" CXXFLAGS="$CXXFLAGS -L$DEPS_PATH/lib" \
|
||||
./configure --disable-gcc-warnings --enable-static --disable-shared --disable-doc --disable-tests \
|
||||
./configure --enable-fuzzer-target --disable-gcc-warnings --enable-static --disable-shared --disable-doc --disable-tests \
|
||||
--disable-tools --disable-cxx --disable-maintainer-mode --disable-libdane --without-p11-kit $GNUTLS_CONFIGURE_FLAGS
|
||||
|
||||
# Do not use the syscall interface for randomness in oss-fuzz, it seems
|
||||
|
|
Loading…
Reference in New Issue