From: Andrew Bartlett Date: Tue, 7 Dec 2021 03:04:08 +0000 (+1300) Subject: build: Add missing dependency on addns X-Git-Tag: tdb-1.4.6~421 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd5a5f590ff21587a45405977ab6bef9ff3c2db6;p=thirdparty%2Fsamba.git build: Add missing dependency on addns This becomes noticed when we upgrade Heimdal as we do not find the correct gssapi headers any more. Signed-off-by: Andrew Bartlett Reviewed-by: Andreas Schneider --- diff --git a/source3/utils/wscript_build b/source3/utils/wscript_build index 48ce876db27..a89a4db8b59 100644 --- a/source3/utils/wscript_build +++ b/source3/utils/wscript_build @@ -8,7 +8,8 @@ bld.SAMBA3_SUBSYSTEM('CONN_TDB', source='conn_tdb.c') bld.SAMBA3_SUBSYSTEM('DNS_UTIL', - source='net_dns.c net_ads_join_dns.c') + source='net_dns.c net_ads_join_dns.c', + deps='addns') bld.SAMBA3_BINARY('profiles', source='profiles.c',