From 674c259117c90418d2901fa97e162b2bfe53dfda Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 4 Jan 2019 16:06:33 +0100 Subject: [PATCH] [gnutls] use bootstrap before build (#2069) Signed-off-by: Nikos Mavrogiannopoulos --- projects/gnutls/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/gnutls/build.sh b/projects/gnutls/build.sh index 7c64ca164..412ff711b 100755 --- a/projects/gnutls/build.sh +++ b/projects/gnutls/build.sh @@ -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