From: Remi Gacogne Date: Thu, 5 Jun 2025 14:05:20 +0000 (+0200) Subject: dnsdist: Add missing boost dependencies spotted by Otto (thanks!) X-Git-Tag: dnsdist-2.0.0-beta1~39^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bf20cf8f0fdb0a1b84e284d2d578b24d406ee5b;p=thirdparty%2Fpdns.git dnsdist: Add missing boost dependencies spotted by Otto (thanks!) --- diff --git a/pdns/dnsdistdist/meson.build b/pdns/dnsdistdist/meson.build index bd2c91a981..a053232f5b 100644 --- a/pdns/dnsdistdist/meson.build +++ b/pdns/dnsdistdist/meson.build @@ -439,6 +439,7 @@ libdnsdist_yaml_items = declare_dependency( 'dnsdist-yaml-items', rust_lib_sources, dependencies: [ + dep_boost, dep_dnsdist_rust_lib, ], )