]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Add chroot check to meson.build
authorMark Andrews <marka@isc.org>
Tue, 16 Sep 2025 12:06:46 +0000 (22:06 +1000)
committerMark Andrews <marka@isc.org>
Tue, 16 Sep 2025 12:06:46 +0000 (22:06 +1000)
commitf2f2488bbe1653e2a22e4355ce7a0ecbf7aba8d8
tree1cde9808bb21694fea9aa273a6e820e8eac6e6b0
parent96855b5449fb81ddca759f7eec94fbc63c29fead
parent574d3147d5d39bfb43cd05bbe7a430daa2b90d4c
fix: usr: Add chroot check to meson.build

The meson build procedure was not checking for the existence of
the chroot function.  This has been fixed.

Closes #5519

Merge branch '5519-add-chroot-check-to-meson-build' into 'main'

See merge request isc-projects/bind9!10973