]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Add missing boost dependencies spotted by Otto (thanks!)
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 5 Jun 2025 14:05:20 +0000 (16:05 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 5 Jun 2025 14:13:49 +0000 (16:13 +0200)
pdns/dnsdistdist/meson.build

index bd2c91a9819ef70f550dbedcd1e082e5768df5a2..a053232f5b44a0c3d19d4f69d70a339cc418a9d1 100644 (file)
@@ -439,6 +439,7 @@ libdnsdist_yaml_items = declare_dependency(
     'dnsdist-yaml-items',
     rust_lib_sources,
     dependencies: [
+      dep_boost,
       dep_dnsdist_rust_lib,
     ],
   )