summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-06-16 14:02:57 +1000
committerAndrew Bartlett <abartlet@samba.org>2013-06-25 02:30:59 +0200
commit48ae86f74c5ed2ae2612d61e232bfcf93d44c7f8 (patch)
tree8f34cbcf51261e6a4640dd472b4c2803c0934ea9 /source4/heimdal_build
parent7bf8fc7ca2321c25b9194a0a13df6a8b4e783c9e (diff)
downloadsamba-48ae86f74c5ed2ae2612d61e232bfcf93d44c7f8.tar.gz
samba-48ae86f74c5ed2ae2612d61e232bfcf93d44c7f8.tar.bz2
samba-48ae86f74c5ed2ae2612d61e232bfcf93d44c7f8.zip
heimdal_build: Add missing dep on samba4kgetcred
This started to fail on current Debian Sid with system Heimdal after a binutils update. Andrew Bartlett Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-By: Jelmer Vernooij <jelmer@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Jun 25 02:30:59 CEST 2013 on sn-devel-104
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r--source4/heimdal_build/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build
index 44634b4d83..8ca8788933 100644
--- a/source4/heimdal_build/wscript_build
+++ b/source4/heimdal_build/wscript_build
@@ -948,7 +948,7 @@ HEIMDAL_BINARY('samba4kinit',
HEIMDAL_BINARY('samba4kgetcred',
'kuser/kgetcred.c',
- deps='krb5 heimntlm roken HEIMDAL_VERS hcrypto',
+ deps='krb5 heimntlm roken HEIMDAL_VERS hcrypto asn1',
install=False
)