[SCM] Samba Shared Repository - branch master updated

Kai Blin kai at samba.org
Tue May 13 20:02:03 MDT 2014


The branch, master has been updated
       via  e9cff21 ldbsamba: Move pyldb-utils dependency to python_samba__ldb
      from  a581f23 smbd: Remove unused code for dos attributes in stat struct

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


- Log -----------------------------------------------------------------
commit e9cff2183196f25eb734c8779e84fc382ab1e342
Author: Kai Blin <kai at samba.org>
Date:   Wed May 14 00:22:01 2014 +0200

    ldbsamba: Move pyldb-utils dependency to python_samba__ldb
    
    This allows to build smbd statically again.
    
    Pair-programmed-with: Stefan Metzmacher <metze at samba.org>
    Signed-off-by: Kai Blin <kai at samba.org>
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    
    Autobuild-User(master): Kai Blin <kai at samba.org>
    Autobuild-Date(master): Wed May 14 04:01:46 CEST 2014 on sn-devel-104

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

Summary of changes:
 lib/ldb-samba/wscript_build |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/ldb-samba/wscript_build b/lib/ldb-samba/wscript_build
index 63ff5b1..7016b2f 100644
--- a/lib/ldb-samba/wscript_build
+++ b/lib/ldb-samba/wscript_build
@@ -8,7 +8,7 @@ bld.SAMBA_LIBRARY('ldbsamba',
                   source='ldif_handlers.c',
                   autoproto='ldif_handlers_proto.h',
                   public_deps='ldb',
-                  deps='samba-security ndr NDR_DRSBLOBS NDR_DNSP ldbwrap samdb-common SAMDB_SCHEMA tdb pyldb-util errors',
+                  deps='samba-security ndr NDR_DRSBLOBS NDR_DNSP ldbwrap samdb-common SAMDB_SCHEMA tdb errors',
                   private_library=True
                   )
 
@@ -20,7 +20,7 @@ bld.SAMBA_SUBSYSTEM('ldbwrap',
 
 
 bld.SAMBA_PYTHON('python_samba__ldb', 'pyldb.c',
-                 deps='ldbsamba pyparam_util ldbwrap',
+                 deps='ldbsamba pyparam_util ldbwrap pyldb-util',
                  realname='samba/_ldb.so')
 
 bld.SAMBA_MODULE('ldbsamba_extensions',


-- 
Samba Shared Repository


More information about the samba-cvs mailing list