From: Michal Nowak Date: Wed, 9 Oct 2024 10:53:50 +0000 (+0200) Subject: Add libjson-c-dev before #4960 is addressed X-Git-Tag: v9.21.3~86^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0dd154648e88b8b12fc17c56a2f64f94e73935da;p=thirdparty%2Fbind9.git 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. --- diff --git a/util/release-tarball-comparison.sh b/util/release-tarball-comparison.sh index 49ef58244f4..ad828f18d9d 100755 --- a/util/release-tarball-comparison.sh +++ b/util/release-tarball-comparison.sh @@ -50,6 +50,7 @@ run_in_container "apt-get update && \ git \ libcap2-dev \ libjemalloc-dev \ + libjson-c-dev \ liblmdb-dev \ libmaxminddb-dev \ libnghttp2-dev \