mirror of https://github.com/google/oss-fuzz.git
Fix wget build (#5379)
This commit is contained in:
parent
2c1c3c006c
commit
ff4726f2b3
|
@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y \
|
|||
autogen \
|
||||
autopoint \
|
||||
autoconf \
|
||||
autoconf-archive \
|
||||
automake \
|
||||
libtool \
|
||||
texinfo \
|
||||
|
|
|
@ -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" \
|
||||
|
|
Loading…
Reference in New Issue