From: Otto Moerbeek Date: Fri, 12 Jul 2024 14:38:39 +0000 (+0200) Subject: Missed dep_threads, matters on FreeBSD X-Git-Tag: rec-5.2.0-alpha1~173^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9171b78844706a8d2d42ecfbdb89654803babc8b;p=thirdparty%2Fpdns.git Missed dep_threads, matters on FreeBSD --- diff --git a/pdns/recursordist/meson.build b/pdns/recursordist/meson.build index 0280e3384e..a53266c918 100644 --- a/pdns/recursordist/meson.build +++ b/pdns/recursordist/meson.build @@ -241,6 +241,7 @@ deps = [ dep_rust_settings, dep_boost, dep_boost_context, + dep_threads, dep_json11, dep_libcrypto, dep_libresolv,