From: Andrew Bartlett Date: Fri, 15 Feb 2013 02:32:06 +0000 (+1100) Subject: ldb: Add missing dependency on replace for ldb X-Git-Tag: tevent-0.9.18~123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c89df544239dbaedbb7f231f4556aff8e4a3f288;p=thirdparty%2Fsamba.git ldb: Add missing dependency on replace for ldb This brings in rep_timegm() on Solaris for example. Andrew Bartlett Reviewed-by: Stefan Metzmacher --- diff --git a/lib/ldb/wscript b/lib/ldb/wscript index 1ae5438776e..fbed6fd594f 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',