]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Missed dep_threads, matters on FreeBSD
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 12 Jul 2024 14:38:39 +0000 (16:38 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 12 Jul 2024 14:38:39 +0000 (16:38 +0200)
pdns/recursordist/meson.build

index 0280e3384e7d5d4431500fe3c202090d7be9652c..a53266c9180f070b08e5cd31063422fe815acf93 100644 (file)
@@ -241,6 +241,7 @@ deps = [
   dep_rust_settings,
   dep_boost,
   dep_boost_context,
+  dep_threads,
   dep_json11,
   dep_libcrypto,
   dep_libresolv,