From: Andreas Schneider Date: Tue, 18 Jun 2019 12:43:50 +0000 (+0200) Subject: s3:client: Link smbspool_krb5_wrapper against krb5samba X-Git-Tag: ldb-2.0.5~349 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f04260ce02cb3c5effd7f9866bcc332d061c25f4;p=thirdparty%2Fsamba.git 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 --- 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'))