From: Amitay Isaacs Date: Fri, 21 Sep 2018 04:33:42 +0000 (+1000) Subject: ldb: Fix dependency of ldb module X-Git-Tag: tdb-1.3.17~1521 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b94d31d2478455cd4f370be76da2733216e7041;p=thirdparty%2Fsamba.git ldb: Fix dependency of ldb module BUG: https://bugzilla.samba.org/show_bug.cgi?id=13626 Signed-off-by: Amitay Isaacs Reviewed-by: Andrew Bartlett --- diff --git a/lib/ldb/wscript b/lib/ldb/wscript index 51023b48e41..61acbd2edf9 100644 --- a/lib/ldb/wscript +++ b/lib/ldb/wscript @@ -446,7 +446,7 @@ def build(bld): init_function='ldb_ldb_init', module_init_name='ldb_init_module', internal_module=False, - deps='ldb ldb_tdb ldb_key_value' + lmdb_deps, + deps='ldb ldb_tdb_int ldb_key_value' + lmdb_deps, subsystem='ldb') # have a separate subsystem for common/ldb.c, so it can rebuild