Skip to content

Commit

Permalink
Fix wget build (google#5379)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot authored May 22, 2021
1 parent 2c1c3c0 commit ff4726f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/wget/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y \
autogen \
autopoint \
autoconf \
autoconf-archive \
automake \
libtool \
texinfo \
Expand Down
1 change: 1 addition & 0 deletions projects/wget/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit ff4726f

Please sign in to comment.