From: Simmon Yau Date: Tue, 16 Dec 2025 14:57:17 +0000 (+0000) Subject: Meson: Add missing libcurl dep for sdig X-Git-Tag: rec-5.4.0-beta1~79^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16653%2Fhead;p=thirdparty%2Fpdns.git Meson: Add missing libcurl dep for sdig Fix error seen when linking sdig without lua records. Signed-off-by: Simmon Yau --- diff --git a/meson.build b/meson.build index 55c9dc5f88..2562da1b3a 100644 --- a/meson.build +++ b/meson.build @@ -726,6 +726,7 @@ if get_option('tools') }, 'sdig': { 'main': src_dir / 'sdig.cc', + 'deps-extra': dep_libcurl, 'manpages': ['sdig.1'], }, 'calidns': {