mirror of https://github.com/google/oss-fuzz.git
[knot-dns] fix build of the gnutls dependency (#7589)
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46482
Inspired by 88ca7c4214
This commit is contained in:
parent
fc6b79a20d
commit
499d402c91
|
@ -23,13 +23,15 @@ RUN apt-get update && apt-get install -y \
|
||||||
bison \
|
bison \
|
||||||
gettext \
|
gettext \
|
||||||
gperf \
|
gperf \
|
||||||
|
gtk-doc-tools \
|
||||||
|
libev-dev \
|
||||||
|
libev4 \
|
||||||
|
libtasn1-bin \
|
||||||
libtool \
|
libtool \
|
||||||
make \
|
make \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
texinfo \
|
texinfo \
|
||||||
wget \
|
wget
|
||||||
libev4 \
|
|
||||||
libev-dev
|
|
||||||
|
|
||||||
ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool
|
ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool
|
||||||
RUN git clone git://git.savannah.gnu.org/gnulib.git
|
RUN git clone git://git.savannah.gnu.org/gnulib.git
|
||||||
|
|
Loading…
Reference in New Issue