mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
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>
This commit is contained in:
parent
613f49ab8b
commit
c89df54423
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user