Path: blob/main/dns/bind9-devel/files/patch-meson.options
46590 views
Add bind-tools option to ease the server/tools package split
--- meson.options.orig 2026-03-31 16:30:02 UTC
+++ meson.options
@@ -196,3 +196,5 @@ option(
value: 'auto',
description: 'Enable Link Time Optimization for named.',
)
+
+option('bind-tools', type: 'feature', value: 'disabled', description: 'build tools only')