diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2025-07-19 12:28:28 +0200 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2025-07-19 15:57:02 +0200 |
commit | 0713260c7cdec07a2938858de5ebbb1f9684947e (patch) | |
tree | 707b8271faf35255307ec27a4107a2a631b33c2a /dns/bind9-devel/files/patch-meson__options.txt | |
parent | www/py-dj51-social-auth-app-django: Update to 5.5.1 (diff) |
dns/bind9-devel: update to 9.21.10
Diffstat (limited to 'dns/bind9-devel/files/patch-meson__options.txt')
-rw-r--r-- | dns/bind9-devel/files/patch-meson__options.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dns/bind9-devel/files/patch-meson__options.txt b/dns/bind9-devel/files/patch-meson__options.txt new file mode 100644 index 000000000000..de50de448714 --- /dev/null +++ b/dns/bind9-devel/files/patch-meson__options.txt @@ -0,0 +1,8 @@ +--- meson_options.txt.orig 2025-07-19 11:32:37 UTC ++++ meson_options.txt +@@ -188,3 +188,5 @@ option( + value: 'disabled', + description: 'enable the memory leak detection in external libraries (libxml2, libuv, OpenSSL)', + ) ++ ++option('bind-tools', type: 'feature', value: 'disabled', description: 'build tools only') |