summaryrefslogtreecommitdiff
path: root/lib/ldb
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-02-15 13:32:06 +1100
committerStefan Metzmacher <metze@samba.org>2013-02-22 08:47:23 +0100
commitc89df544239dbaedbb7f231f4556aff8e4a3f288 (patch)
tree8cb78f5217bda576c51a8243735f381595b62d57 /lib/ldb
parent613f49ab8bf0bdcc7cd1e2c39bd624586a87cff3 (diff)
downloadsamba-c89df544239dbaedbb7f231f4556aff8e4a3f288.tar.gz
samba-c89df544239dbaedbb7f231f4556aff8e4a3f288.tar.bz2
samba-c89df544239dbaedbb7f231f4556aff8e4a3f288.zip
ldb: Add missing dependency on replace for ldb
This brings in rep_timegm() on Solaris for example. Andrew Bartlett Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/ldb')
-rwxr-xr-xlib/ldb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index 1ae5438776..fbed6fd594 100755
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -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',