aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind9-devel/files/patch-meson__options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dns/bind9-devel/files/patch-meson__options.txt')
-rw-r--r--dns/bind9-devel/files/patch-meson__options.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/dns/bind9-devel/files/patch-meson__options.txt b/dns/bind9-devel/files/patch-meson__options.txt
deleted file mode 100644
index 954a01fff5ad..000000000000
--- a/dns/bind9-devel/files/patch-meson__options.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-Add bind-tools option to ease the server/tools package split
-
---- 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')