Require the new tdb 1.1.5 (for performance reasons)
authorAndrew Bartlett <abartlet@samba.org>
Tue, 16 Jun 2009 23:08:23 +0000 (09:08 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 18 Jun 2009 03:49:29 +0000 (13:49 +1000)
While tdb has not changed ABI in a way that requires this, we don't
want Samba4 somehow built against the old version with
performance problems on large, growing databases.

Andrew Bartlett

source4/lib/ldb/external/libtdb.m4
source4/min_versions.m4

index cdfc5ea2fbb0eac799ea10ce3cf65ac8f8751f67..2554f27d27edf5c1958a7021114fa40bab9eb8d0 100644 (file)
@@ -4,4 +4,4 @@ AC_SUBST(TDB_LIBS)
 
 AC_CHECK_HEADER(tdb.h,
    [AC_CHECK_LIB(tdb, tdb_open, [TDB_LIBS="-ltdb"]) ],
-   [PKG_CHECK_MODULES(TDB, tdb >= 1.1.4)])
+   [PKG_CHECK_MODULES(TDB, tdb >= 1.1.5)])
index 0d9f439d60f9f25b1debf00642e1a192725acb88..6b6bd9864e897e229ef1861b999edacebbfc4af9 100644 (file)
@@ -1,6 +1,6 @@
 # Minimum and exact required versions for various libraries 
 # if we use the ones installed in the system.
-define(TDB_MIN_VERSION,1.1.4)
+define(TDB_MIN_VERSION,1.1.5)
 define(TALLOC_MIN_VERSION,1.3.0)
 define(LDB_REQUIRED_VERSION,0.9.5)
 define(TEVENT_REQUIRED_VERSION,0.9.6)