mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
s3:build: determine full version of libtdb for the samba build
This commit is contained in:
parent
6c300ec4b5
commit
23637b5789
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user