[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Mon May 31 15:12:02 MDT 2010


The branch, master has been updated
       via  5a3e744... pyldb_util: Remove dependency on LIBPYTHON - it's already there implicitly and not available in the standalone build.
      from  8378898... s4:samldb LDB module - start on a sequential trigger implementation

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


- Log -----------------------------------------------------------------
commit 5a3e744394b88d8e0dfbc8cb38add8970227919d
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon May 31 23:10:59 2010 +0200

    pyldb_util: Remove dependency on LIBPYTHON - it's already there
    implicitly and not available in the standalone build.

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

Summary of changes:
 source4/lib/ldb/wscript |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript
index dbe2ae4..50ad874 100644
--- a/source4/lib/ldb/wscript
+++ b/source4/lib/ldb/wscript
@@ -155,8 +155,7 @@ def build(bld):
     else:
         abi_file='ABI/ldb-%s.sigs' % VERSION
 
-    bld.SAMBA_PYTHON('pyldb_util',
-            deps='ldb LIBPYTHON',
+    bld.SAMBA_PYTHON('pyldb_util', deps='ldb',
             source='pyldb_util.c')
 
     if not bld.CONFIG_SET('USING_SYSTEM_LDB'):


-- 
Samba Shared Repository


More information about the samba-cvs mailing list