From: Stefan Metzmacher Date: Thu, 6 Jun 2024 08:39:33 +0000 (+0200) Subject: s3:utils: DNS_UTIL depends on libads headers so we need to depend on 'ads' X-Git-Tag: tdb-1.4.11~432 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9fb57dab377e53c9bd8450dda51a164bc712dca3;p=thirdparty%2Fsamba.git s3:utils: DNS_UTIL depends on libads headers so we need to depend on 'ads' Otherwise we don't get the correct header include paths and krb5.h in a non default location won't be found. Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- diff --git a/source3/utils/wscript_build b/source3/utils/wscript_build index ca57e8004f2..e486af0ac6d 100644 --- a/source3/utils/wscript_build +++ b/source3/utils/wscript_build @@ -9,7 +9,7 @@ bld.SAMBA3_SUBSYSTEM('CONN_TDB', bld.SAMBA3_SUBSYSTEM('DNS_UTIL', source='net_dns.c net_ads_join_dns.c', - deps='addns') + deps='addns ads') bld.SAMBA3_BINARY('profiles', source='profiles.c',