From ff4726f2b39dea44e79dce4d6ab80b0476404648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Sat, 22 May 2021 17:33:54 +0200 Subject: [PATCH] Fix wget build (#5379) --- projects/wget/Dockerfile | 1 + projects/wget/build.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/projects/wget/Dockerfile b/projects/wget/Dockerfile index ec20c7ca9..2382da6ec 100644 --- a/projects/wget/Dockerfile +++ b/projects/wget/Dockerfile @@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y \ autogen \ autopoint \ autoconf \ + autoconf-archive \ automake \ libtool \ texinfo \ diff --git a/projects/wget/build.sh b/projects/wget/build.sh index 840977d73..92b72783f 100755 --- a/projects/wget/build.sh +++ b/projects/wget/build.sh @@ -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" \