From ffa5f8b65c662130c2d23e47df6d00fef3b73cc3 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 (cherry picked from commit 9268919e046190c7b423133de3f9d0edada3f1b8) --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/wscript_build b/source3/wscript_build index 1ebb006781a..26e251f442a 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1133,7 +1133,7 @@ bld.SAMBA3_BINARY('smbspool_krb5_wrapper', deps=''' DYNCONFIG cups - krb5 + krb5samba ''', install_path='${LIBEXECDIR}/samba', enabled=bld.CONFIG_SET('HAVE_CUPS')) -- 2.21.0