Fix wget build (#5379)

This commit is contained in:
Tim Rühsen 2021-05-22 17:33:54 +02:00 committed by GitHub
parent 2c1c3c006c
commit ff4726f2b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y \
autogen \
autopoint \
autoconf \
autoconf-archive \
automake \
libtool \
texinfo \

View File

@ -78,6 +78,7 @@ export ASAN_OPTIONS=detect_leaks=0
cd $SRC/wget
./bootstrap
autoreconf -fi
# build and run non-networking tests
LIBS="-lgnutls -lhogweed -lnettle -lidn2 -lunistring" \