[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Mon Nov 30 17:25:20 MST 2009


The branch, master has been updated
       via  ea20678... s3-build: taise tdb version when building against system libtdb library.
      from  6dd6000... s3:add split_tokens, a cmdline tool to test next_token_talloc()

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


- Log -----------------------------------------------------------------
commit ea20678c55fee9f4586630cdb5fe7f35457d309a
Author: Günther Deschner <gd at samba.org>
Date:   Tue Dec 1 01:22:44 2009 +0100

    s3-build: taise tdb version when building against system libtdb library.
    
    Try to fix the build on "buildsamba02". At least fixes the build on fedora12
    with libtdb-devel-1.1.5-2.fc12.x86_64 installed.
    
    Volker, please check.
    
    Guenther

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

Summary of changes:
 source3/configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index 80952b5..01dcd9f 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -4891,7 +4891,7 @@ AC_ARG_ENABLE(external_libtdb,
 
 if test "x$enable_external_libtdb" != xno
 then
-	PKG_CHECK_MODULES(LIBTDB, tdb >= 1.1.4,
+	PKG_CHECK_MODULES(LIBTDB, tdb >= 1.2.0,
 		[ enable_external_libtdb=yes ],
 		[
 		if test x$enable_external_libtdb = xyes; then


-- 
Samba Shared Repository


More information about the samba-cvs mailing list