Fix build issue for wget & wget2 (#3183)

* [wget] Fix building latest gnutls

* [wget2] Fix building latest gnutls
This commit is contained in:
Tim Rühsen 2020-01-06 01:01:11 +01:00 committed by Abhishek Arya
parent cd22ebeeb6
commit 80ee4a9247
2 changed files with 4 additions and 2 deletions

View File

@ -67,7 +67,8 @@ LIBS="-lunistring" \
CFLAGS="$GNUTLS_CFLAGS" \ CFLAGS="$GNUTLS_CFLAGS" \
./configure --with-nettle-mini --enable-gcc-warnings --enable-static --disable-shared --with-included-libtasn1 \ ./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 \ --with-included-unistring --without-p11-kit --disable-doc --disable-tests --disable-tools --disable-cxx \
--disable-maintainer-mode --disable-libdane --disable-gcc-warnings --prefix=$WGET_DEPS_PATH $GNUTLS_CONFIGURE_FLAGS --disable-maintainer-mode --disable-libdane --disable-gcc-warnings --disable-full-test-suite \
--prefix=$WGET_DEPS_PATH $GNUTLS_CONFIGURE_FLAGS
make -j$(nproc) make -j$(nproc)
make install make install

View File

@ -67,7 +67,8 @@ LIBS="-lunistring" \
CFLAGS="$GNUTLS_CFLAGS" \ CFLAGS="$GNUTLS_CFLAGS" \
./configure --with-nettle-mini --enable-gcc-warnings --enable-static --disable-shared --with-included-libtasn1 \ ./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 \ --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 -j$(nproc)
make install make install