summaryrefslogtreecommitdiff
path: root/dns/bind9-devel/files/patch-meson.options
blob: 441182e7a2089b9f8a97ef93202be520e560c75a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Add bind-tools option to ease the server/tools package split

--- meson.options.orig	2025-11-19 15:19:33 UTC
+++ meson.options
@@ -203,3 +203,5 @@ option(
     value: 'thin',
     description: 'Enable Link Time Optimization for named.',
 )
+
+option('bind-tools', type: 'feature', value: 'disabled', description: 'build tools only')