mirror of https://github.com/google/oss-fuzz.git
[wget2] Build MHD from latest tarball (#1943)
This commit is contained in:
parent
7de7a3afad
commit
aa01541a0a
|
@ -44,7 +44,7 @@ RUN git clone --depth=1 --recursive https://gitlab.com/libidn/libidn2.git
|
|||
RUN git clone --depth=1 --recursive https://github.com/rockdaboot/libpsl.git
|
||||
RUN git clone --depth=1 https://git.lysator.liu.se/nettle/nettle.git
|
||||
RUN git clone --depth=1 https://gitlab.com/gnutls/gnutls.git
|
||||
RUN git clone --depth=1 --recursive https://gnunet.org/git/libmicrohttpd.git
|
||||
RUN wget -O- https://ftp.gnu.org/pub/gnu/libmicrohttpd/libmicrohttpd-latest.tar.gz|tar xz
|
||||
|
||||
RUN git clone --recursive https://gitlab.com/gnuwget/wget2.git
|
||||
|
||||
|
|
|
@ -71,8 +71,7 @@ CFLAGS="$GNUTLS_CFLAGS" \
|
|||
make -j$(nproc)
|
||||
make install
|
||||
|
||||
cd $SRC/libmicrohttpd
|
||||
./bootstrap
|
||||
cd $SRC/libmicrohttpd-*
|
||||
LIBS="-lgnutls -lnettle -lhogweed -lidn2 -lunistring" \
|
||||
./configure --prefix=$WGET2_DEPS_PATH --disable-doc --disable-examples --disable-shared --enable-static
|
||||
make -j$(nproc)
|
||||
|
|
Loading…
Reference in New Issue