The branch, master has been updated
       via  d0e131e... s3-waf: Fix the smbclient build with libcap
      from  3d2c99f... s3-waf: Detect which version of krb5_enctype_to_string 
is used

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d0e131ee4e3e1f35ebc33d6c1c27d5c9e69b8e87
Author: Kai Blin <[email protected]>
Date:   Fri May 28 13:20:10 2010 +0200

    s3-waf: Fix the smbclient build with libcap

-----------------------------------------------------------------------

Summary of changes:
 source3/wscript_build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/wscript_build b/source3/wscript_build
index 66ee90a..770877e 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -950,7 +950,7 @@ bld.SAMBA_BINARY('web/swat',
 
 bld.SAMBA_BINARY('smbclient',
                  source=CLIENT_SRC,
-                 deps='''talloc tdb POPT_SAMBA PASSDB LIBSMB LIB_NONSMBD
+                 deps='''talloc tdb cap POPT_SAMBA PASSDB LIBSMB LIB_NONSMBD
                  PARAM_WITHOUT_REG LIBWBCLIENT DYNCONFIG''',
                  vars=locals())
 


-- 
Samba Shared Repository

Reply via email to