[wget2] Build MHD from latest tarball (#1943)

This commit is contained in:
Tim Rühsen 2018-11-12 18:09:53 +01:00 committed by jonathanmetzman
parent 7de7a3afad
commit aa01541a0a
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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)