]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add libjson-c-dev before #4960 is addressed
authorMichal Nowak <mnowak@isc.org>
Wed, 9 Oct 2024 10:53:50 +0000 (12:53 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 14 Oct 2024 16:52:45 +0000 (18:52 +0200)
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.

util/release-tarball-comparison.sh

index 49ef58244f4d09d19f0298e3a1550e138389074c..ad828f18d9d8e0cdbb9d4905d2038886a5fb5bf2 100755 (executable)
@@ -50,6 +50,7 @@ run_in_container "apt-get update &&                   \
                git                                     \
                libcap2-dev                             \
                libjemalloc-dev                         \
+               libjson-c-dev                           \
                liblmdb-dev                             \
                libmaxminddb-dev                        \
                libnghttp2-dev                          \