]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:client: Link smbspool_krb5_wrapper against krb5samba
authorAndreas Schneider <asn@samba.org>
Tue, 18 Jun 2019 12:43:50 +0000 (14:43 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 26 Jun 2019 07:30:27 +0000 (07:30 +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>
(cherry picked from commit 9268919e046190c7b423133de3f9d0edada3f1b8)

source3/wscript_build

index 1ebb006781a2df6ed76ac9a6252d51fcfadf9a0a..26e251f442aeb911bd14c1334887f94385dab3a0 100644 (file)
@@ -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'))