mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
ctdb-build: Add missing dependency on tdb
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
parent
9f94620a30
commit
11970e6506
@ -308,7 +308,7 @@ def build(bld):
|
||||
'''ibwrapper.c ibw_ctdb.c
|
||||
ibw_ctdb_init.c'''),
|
||||
includes='include',
|
||||
deps='replace talloc tevent')
|
||||
deps='replace talloc tevent tdb')
|
||||
ib_deps = ' ctdb-ib rdmacm ibverbs'
|
||||
|
||||
if sys.platform.startswith('linux'):
|
||||
|
Loading…
Reference in New Issue
Block a user