1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

s3:build: determine full version of libtdb for the samba build

This commit is contained in:
Michael Adam 2011-05-06 16:42:53 +02:00
parent 6c300ec4b5
commit 23637b5789

View File

@ -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