]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ldb: Fix dependency of ldb module
authorAmitay Isaacs <amitay@gmail.com>
Fri, 21 Sep 2018 04:33:42 +0000 (14:33 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 21 Sep 2018 18:04:22 +0000 (20:04 +0200)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13626
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/ldb/wscript

index 51023b48e4189e0fd393a83b74dbc296cdbd502e..61acbd2edf92d923090220f2443182929d89f5f7 100644 (file)
@@ -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