From f04260ce02cb3c5effd7f9866bcc332d061c25f4 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 18 Jun 2019 14:43:50 +0200 Subject: [PATCH] s3:client: Link smbspool_krb5_wrapper against krb5samba Heimdal doesn't provide krb5_free_unparsed_name(), so we need to use the function we provide in krb5samba. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13939 Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Tue Jun 18 18:10:40 UTC 2019 on sn-devel-184 --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/wscript_build b/source3/wscript_build index 7c8c98c5d9d..edd973d6994 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1134,7 +1134,7 @@ bld.SAMBA3_BINARY('smbspool_krb5_wrapper', deps=''' DYNCONFIG cups - krb5 + krb5samba ''', install_path='${LIBEXECDIR}/samba', enabled=bld.CONFIG_SET('HAVE_CUPS')) -- 2.47.3