[SCM] Samba Shared Repository - branch master updated

Rusty Russell rusty at samba.org
Wed Feb 1 19:44:02 MST 2012


The branch, master has been updated
       via  b3fb115 tdb2: add --disable-tdb2
      from  c892217 smbtorture: Do not leak child processes when exiting

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


- Log -----------------------------------------------------------------
commit b3fb115a3932423267022152a04fa5cfcd059239
Author: Rusty Russell <rusty at rustcorp.com.au>
Date:   Thu Feb 2 11:36:49 2012 +1030

    tdb2: add --disable-tdb2
    
    I thought you could --disable-tdb2=false, apparently not!  Thanks
    Michael Adam...
    
    Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
    
    Autobuild-User: Rusty Russell <rusty at rustcorp.com.au>
    Autobuild-Date: Thu Feb  2 03:43:08 CET 2012 on sn-devel-104

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

Summary of changes:
 lib/tdb2/wscript |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tdb2/wscript b/lib/tdb2/wscript
index 1211523..e4fb62b 100644
--- a/lib/tdb2/wscript
+++ b/lib/tdb2/wscript
@@ -24,6 +24,9 @@ def set_options(opt):
     opt.add_option('--enable-tdb2',
                    help=("Use tdb2 API instead of tdb1 [True]"),
                    action="store_true", dest='BUILD_TDB2', default=True)
+    opt.add_option('--disable-tdb2',
+                   help=("Use old tdb1 API instead of tdb2"),
+                   action="store_false", dest='BUILD_TDB2')
     if opt.IN_LAUNCH_DIR():
         opt.add_option('--disable-python',
                        help=("disable the pytdb module"),


-- 
Samba Shared Repository


More information about the samba-cvs mailing list