mirror of https://github.com/google/oss-fuzz.git
[gnutls] use bootstrap before build (#2069)
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
parent
b58fb5dfdb
commit
674c259117
|
@ -74,7 +74,7 @@ if [[ $CFLAGS = *sanitize=memory* ]]; then
|
|||
GNUTLS_CONFIGURE_FLAGS="--disable-hardware-acceleration"
|
||||
fi
|
||||
cd $SRC/gnutls
|
||||
make autoreconf
|
||||
./bootstrap
|
||||
ASAN_OPTIONS=detect_leaks=0 LIBS="-lunistring" CXXFLAGS="$CXXFLAGS -L$DEPS_PATH/lib" \
|
||||
./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
|
||||
|
|
Loading…
Reference in New Issue