Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/dns/bind9-devel/files/patch-meson__options.txt
16461 views
1
Add bind-tools option to ease the server/tools package split
2
3
--- meson_options.txt.orig 2025-07-19 11:32:37 UTC
4
+++ meson_options.txt
5
@@ -188,3 +188,5 @@ option(
6
value: 'disabled',
7
description: 'enable the memory leak detection in external libraries (libxml2, libuv, OpenSSL)',
8
)
9
+
10
+option('bind-tools', type: 'feature', value: 'disabled', description: 'build tools only')
11
12