]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
build: Add missing dependency on addns
authorAndrew Bartlett <abartlet@samba.org>
Tue, 7 Dec 2021 03:04:08 +0000 (16:04 +1300)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 9 Dec 2021 06:55:33 +0000 (06:55 +0000)
This becomes noticed when we upgrade Heimdal as we do not find
the correct gssapi headers any more.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/utils/wscript_build

index 48ce876db27acbf9596191d959637309a1b6b730..a89a4db8b595d1bc4bf6f422d8314280139bf596 100644 (file)
@@ -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',