summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-06-18 14:43:50 +0200
committerAndreas Schneider <asn@cryptomilk.org>2019-06-18 18:10:40 +0000
commitf04260ce02cb3c5effd7f9866bcc332d061c25f4 (patch)
treef20927d5ebca89971eb8719ee8b3b376d45d4575 /source3/wscript_build
parentdc27ff44de578b0b429a24b0e42e243d8bf481a8 (diff)
downloadsamba-f04260ce02cb3c5effd7f9866bcc332d061c25f4.tar.gz
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 <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
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build2
1 files changed, 1 insertions, 1 deletions
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'))