From: Mark Andrews Date: Mon, 15 Sep 2025 08:30:18 +0000 (+0200) Subject: Check if chroot exists X-Git-Tag: v9.21.14~42^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=574d3147d5d39bfb43cd05bbe7a430daa2b90d4c;p=thirdparty%2Fbind9.git Check if chroot exists --- diff --git a/meson.build b/meson.build index 97097435c08..b82b35b04cc 100644 --- a/meson.build +++ b/meson.build @@ -515,6 +515,7 @@ foreach fn, header : { 'sched_yield': '#include ', # Misc. + 'chroot': '#include ', 'clock_gettime': '#include ', 'sysctlbyname': '#include ', }