diff options
Diffstat (limited to 'dns/bind9-devel/files/patch-meson__options.txt')
| -rw-r--r-- | dns/bind9-devel/files/patch-meson__options.txt | 11 | 
1 files changed, 7 insertions, 4 deletions
| diff --git a/dns/bind9-devel/files/patch-meson__options.txt b/dns/bind9-devel/files/patch-meson__options.txt index 954a01fff5ad..560cce5e84d7 100644 --- a/dns/bind9-devel/files/patch-meson__options.txt +++ b/dns/bind9-devel/files/patch-meson__options.txt @@ -1,10 +1,13 @@  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.orig	2025-10-18 09:48:52 UTC  +++ meson_options.txt -@@ -188,3 +188,5 @@ option( -     value: 'disabled', +@@ -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', | 
