diff options
author | Günther Deschner <gd@samba.org> | 2010-08-11 12:45:51 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-11 12:47:57 +0200 |
commit | c43e832c5160fbffb31ddd64b43dbbc8124b1ca0 (patch) | |
tree | ec424500a1d305ec4ed0839494f515336bed378e /source3/wscript_build | |
parent | 03bfd4290f70ab2de46ccd82a429fda57c8c6bb9 (diff) | |
download | samba-c43e832c5160fbffb31ddd64b43dbbc8124b1ca0.tar.gz samba-c43e832c5160fbffb31ddd64b43dbbc8124b1ca0.tar.xz samba-c43e832c5160fbffb31ddd64b43dbbc8124b1ca0.zip |
s3-waf: fix the waf build with more recent MIT krb5 libs.
(such as MIT krb5 1.7.1 on fedora 13).
This whole area needs more work and love later, for now it builds at least.
Kai, please check.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 7f5414d4c1f..3a9e17d7427 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -911,7 +911,7 @@ bld.SAMBA_SUBSYSTEM('POPT_SAMBA', bld.SAMBA_SUBSYSTEM('KRBCLIENT', source=KRBCLIENT_SRC, - deps='krb5 gssapi gssapi_krb5', + deps='krb5 k5crypto com_err gssapi gssapi_krb5', vars=locals()) bld.SAMBA_SUBSYSTEM('LIBS', |