diff options
Diffstat (limited to 'dns/bind9-devel/files/patch-meson__options.txt')
-rw-r--r-- | dns/bind9-devel/files/patch-meson__options.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dns/bind9-devel/files/patch-meson__options.txt b/dns/bind9-devel/files/patch-meson__options.txt new file mode 100644 index 000000000000..de50de448714 --- /dev/null +++ b/dns/bind9-devel/files/patch-meson__options.txt @@ -0,0 +1,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') |