mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-23 10:39:16 +00:00
Add libjson-c-dev before #4960 is addressed
Otherwise the "statistics-channels" option in doc/misc/options and doc/man/named.conf.5in is marked as "not configured" (contrary to what we have in release tarballs as they were build on a different image that has libjson-c and libxml2 in it). Caused by #4895 that made the option dependant on libjson-c or libxml2 presence in the build image.
This commit is contained in:
parent
b926488de8
commit
0dd154648e
@ -50,6 +50,7 @@ run_in_container "apt-get update && \
|
|||||||
git \
|
git \
|
||||||
libcap2-dev \
|
libcap2-dev \
|
||||||
libjemalloc-dev \
|
libjemalloc-dev \
|
||||||
|
libjson-c-dev \
|
||||||
liblmdb-dev \
|
liblmdb-dev \
|
||||||
libmaxminddb-dev \
|
libmaxminddb-dev \
|
||||||
libnghttp2-dev \
|
libnghttp2-dev \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user