s3:client: Link smbspool_krb5_wrapper against krb5samba
authorAndreas Schneider <asn@samba.org>
Tue, 18 Jun 2019 12:43:50 +0000 (14:43 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 18 Jun 2019 18:10:40 +0000 (18:10 +0000)
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 <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Tue Jun 18 18:10:40 UTC 2019 on sn-devel-184

source3/wscript_build

index 7c8c98c5d9d8f147ec296ec62d6dac55d16ae207..edd973d699468f3fee309d6da5e7aea35c3576e5 100644 (file)
@@ -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'))