aboutsummaryrefslogtreecommitdiff
path: root/projects/wget2
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2020-01-06 01:01:11 +0100
committerAbhishek Arya <inferno@chromium.org>2020-01-05 16:01:11 -0800
commit80ee4a92477e794b1d3e31733199a0b6d42867bc (patch)
tree9e03b67595fbe41d074b8d25f1faa480d69343d0 /projects/wget2
parentcd22ebeeb6f80b117191d6abf9ba9a9e8d987bdf (diff)
downloadoss-fuzz-80ee4a92477e794b1d3e31733199a0b6d42867bc.tar.gz
Fix build issue for wget & wget2 (#3183)
* [wget] Fix building latest gnutls * [wget2] Fix building latest gnutls
Diffstat (limited to 'projects/wget2')
-rwxr-xr-xprojects/wget2/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/wget2/build.sh b/projects/wget2/build.sh
index 4646bcb2d..3ad4e04bd 100755
--- a/projects/wget2/build.sh
+++ b/projects/wget2/build.sh
@@ -67,7 +67,8 @@ LIBS="-lunistring" \
CFLAGS="$GNUTLS_CFLAGS" \
./configure --with-nettle-mini --enable-gcc-warnings --enable-static --disable-shared --with-included-libtasn1 \
--with-included-unistring --without-p11-kit --disable-doc --disable-tests --disable-tools --disable-cxx \
- --disable-maintainer-mode --disable-libdane --disable-gcc-warnings --prefix=$WGET2_DEPS_PATH $GNUTLS_CONFIGURE_FLAGS
+ --disable-maintainer-mode --disable-libdane --disable-gcc-warnings --disable-full-test-suite \
+ --prefix=$WGET2_DEPS_PATH $GNUTLS_CONFIGURE_FLAGS
make -j$(nproc)
make install