mirror of https://github.com/google/oss-fuzz.git
Fix build issue for wget & wget2 (#3183)
* [wget] Fix building latest gnutls * [wget2] Fix building latest gnutls
This commit is contained in:
parent
cd22ebeeb6
commit
80ee4a9247
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue