ldb: Add missing dependency on replace for ldb
authorAndrew Bartlett <abartlet@samba.org>
Fri, 15 Feb 2013 02:32:06 +0000 (13:32 +1100)
committerStefan Metzmacher <metze@samba.org>
Fri, 22 Feb 2013 07:47:23 +0000 (08:47 +0100)
This brings in rep_timegm() on Solaris for example.

Andrew Bartlett

Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/ldb/wscript

index 1ae5438776e02d4a5ad5527389f224263f7d5ef8..fbed6fd594f53b4873f2b7427da84ea77a0107a5 100755 (executable)
@@ -133,7 +133,7 @@ def build(bld):
 
         bld.SAMBA_LIBRARY('ldb',
                           COMMON_SRC + ' ' + LDB_MAP_SRC,
-                          deps='tevent LIBLDB_MAIN',
+                          deps='tevent LIBLDB_MAIN replace',
                           includes='include',
                           public_headers='include/ldb.h include/ldb_errors.h '\
                           'include/ldb_module.h include/ldb_handlers.h',