From 23637b5789a43fe75bb4eadabd33fb321272b42b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 6 May 2011 16:42:53 +0200 Subject: s3:build: determine full version of libtdb for the samba build --- source3/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/configure.in b/source3/configure.in index 34be4fe761..11bea9d7ae 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -2151,7 +2151,8 @@ if test "x$enable_external_libtdb" = xno then m4_include(../lib/tdb/libtdb.m4) LINK_LIBTDB=STATIC - SMB_LIBRARY(tdb, 1) + LIBTDBVERSION=`grep ^VERSION ${tdbdir}/wscript | sed -e "s/'//g" -e 's/.* //'` + SMB_LIBRARY(tdb, 1, ${LIBTDBVERSION}) LIBTDB_OBJ0="" LIBTDB_LIBS="$LIBTDB_LIBS $TDB_DEPS" for obj in ${TDB_OBJ}; do -- cgit