summaryrefslogtreecommitdiff
path: root/dns/bind9-devel/files/patch-meson__options.txt
blob: de50de4487147af72a4c27a8cde0b76d24d34f57 (plain) (blame)
1
2
3
4
5
6
7
8
--- meson_options.txt.orig	2025-07-19 11:32:37 UTC
+++ meson_options.txt
@@ -188,3 +188,5 @@ option(
     value: 'disabled',
     description: 'enable the memory leak detection in external libraries (libxml2, libuv, OpenSSL)',
 )
+
+option('bind-tools', type: 'feature', value: 'disabled', description: 'build tools only')