[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Tue Apr 6 06:25:04 MDT 2010


The branch, master has been updated
       via  5f080d8... s4-python: Fix compilation of samba._ldb.
      from  96ae3ee... fix a segfault in the notify subsystem

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


- Log -----------------------------------------------------------------
commit 5f080d8e03f1060347cdd05d65bf72b0ce7dec0e
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Apr 6 14:24:24 2010 +0200

    s4-python: Fix compilation of samba._ldb.

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

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


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb-samba/wscript_build b/source4/lib/ldb-samba/wscript_build
index d80805c..d853d19 100644
--- a/source4/lib/ldb-samba/wscript_build
+++ b/source4/lib/ldb-samba/wscript_build
@@ -8,3 +8,7 @@ bld.SAMBA_SUBSYSTEM('LDBSAMBA',
 	deps='LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_DRSBLOBS'
 	)
 
+
+bld.SAMBA_PYTHON('pyldbsamba', 'pyldb.c',
+				 deps='LDBSAMBA pyparam_util',
+				 realname='samba/_ldb.so')


-- 
Samba Shared Repository


More information about the samba-cvs mailing list