]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Check if chroot exists
authorMark Andrews <marka@isc.org>
Mon, 15 Sep 2025 08:30:18 +0000 (10:30 +0200)
committerMark Andrews <marka@isc.org>
Tue, 16 Sep 2025 10:44:44 +0000 (20:44 +1000)
meson.build

index 97097435c080e3b1a0d7f9994b00a24ef9f5b73f..b82b35b04ccfb444672cec90a71fba1563e97d80 100644 (file)
@@ -515,6 +515,7 @@ foreach fn, header : {
     'sched_yield': '#include <sched.h>',
 
     # Misc.
+    'chroot': '#include <unistd.h>',
     'clock_gettime': '#include <time.h>',
     'sysctlbyname': '#include <sys/sysctl.h>',
 }