[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Wed Mar 14 10:56:03 MDT 2012


The branch, master has been updated
       via  26d68c3 samba3util: Add ccan to dependency list now that str_checksum() uses a ccan function.
      from  a5ddc2d s3:smb2_server: fix a compiler warning

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


- Log -----------------------------------------------------------------
commit 26d68c3c288195cfc152915dede47d505bd30b1d
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed Mar 14 14:30:50 2012 +0100

    samba3util: Add ccan to dependency list now that str_checksum() uses a ccan function.
    
    Autobuild-User: Jelmer Vernooij <jelmer at samba.org>
    Autobuild-Date: Wed Mar 14 17:55:51 CET 2012 on sn-devel-104

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

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 807b1a2..61093a4 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -813,7 +813,7 @@ bld.SAMBA3_SUBSYSTEM('KRBCLIENT',
 
 bld.SAMBA3_SUBSYSTEM('samba3util',
                    source=LIB_UTIL_SRC,
-                   deps='ndr security NDR_SECURITY samba-util UTIL_TDB',
+                   deps='ndr security NDR_SECURITY samba-util UTIL_TDB ccan',
                    vars=locals())
 
 bld.SAMBA3_SUBSYSTEM('samba3core',


-- 
Samba Shared Repository


More information about the samba-cvs mailing list