summaryrefslogtreecommitdiff
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.txt13
1 files changed, 0 insertions, 13 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 560cce5e84d7..000000000000
--- a/dns/bind9-devel/files/patch-meson__options.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-Add bind-tools option to ease the server/tools package split
-
---- meson_options.txt.orig 2025-10-18 09:48:52 UTC
-+++ meson_options.txt
-@@ -197,6 +197,8 @@ option(
- description: 'enable the memory leak detection in external libraries (libxml2, libuv, OpenSSL)',
- )
-
-+option('bind-tools', type: 'feature', value: 'disabled', description: 'build tools only')
-+
- option(
- 'named-lto',
- type: 'combo',