heimdal_build: Add missing dep on samba4kgetcred
authorAndrew Bartlett <abartlet@samba.org>
Sun, 16 Jun 2013 04:02:57 +0000 (14:02 +1000)
committerKarolin Seeger <kseeger@samba.org>
Tue, 25 Jun 2013 09:37:43 +0000 (11:37 +0200)
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
(cherry picked from commit 48ae86f74c5ed2ae2612d61e232bfcf93d44c7f8)

Fix bug #9968 - fix build with system Heimdal of samba4kgetcred.

source4/heimdal_build/wscript_build

index f4471159eb00c985ac851e12ef21226fe2f547cd..d9fc9e3af929b99088a74bd4938bb1f19ad11213 100644 (file)
@@ -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
     )