]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Don't allow statistics-channel if libxml2 and libjson-c are unsupported
authorMark Andrews <marka@isc.org>
Thu, 12 Sep 2024 03:27:10 +0000 (03:27 +0000)
committerMark Andrews <marka@isc.org>
Thu, 12 Sep 2024 03:27:10 +0000 (03:27 +0000)
When the libxml2 and libjson-c libraries are not supported, the statistics channel can't return anything useful, so it is now disabled. Use of `statistics-channel` in `named.conf` is a fatal error.

Closes #4895

Merge branch '4895-link-style-sheet-to-libxml2-support' into 'main'

See merge request isc-projects/bind9!9423


Trivial merge