[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Sun Jun 20 03:35:13 MDT 2010


The branch, master has been updated
       via  44c01a5... s4:ldb-samba: fix the build without a system ldb
      from  a453b87... s3-waf: Change the (set|get|end)netgrent checks to match the configure.in checks

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


- Log -----------------------------------------------------------------
commit 44c01a5eb45a0cd5ca3de8be5c4680de75418dce
Author: Stefan Metzmacher <metze at samba.org>
Date:   Sun Jun 20 11:33:43 2010 +0200

    s4:ldb-samba: fix the build without a system ldb
    
    metze

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

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


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb-samba/wscript_build b/source4/lib/ldb-samba/wscript_build
index 37cfce2..717a846 100644
--- a/source4/lib/ldb-samba/wscript_build
+++ b/source4/lib/ldb-samba/wscript_build
@@ -1,7 +1,11 @@
 #!/usr/bin/env python
 
 
-bld.SAMBA_SUBSYSTEM('LDBSAMBA',
+# It is important that this is a library!
+# Otherwise samba specific symbols end up in
+# 'ldb' and we fail the ABI check, when not using
+# a system 'ldb'.
+bld.SAMBA_LIBRARY('LDBSAMBA',
 	source='ldif_handlers.c ldb_wrap.c',
 	autoproto='ldif_handlers_proto.h',
 	public_deps='ldb',


-- 
Samba Shared Repository


More information about the samba-cvs mailing list