From 20254221d2c935ebcf2c4ea4372b1634bd09b1f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Tue, 31 Aug 2010 13:06:39 +0200 Subject: [PATCH] tdb/waf: the deps for rt are provided by libreplace --- lib/tdb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tdb/wscript b/lib/tdb/wscript index 2fdd67f2516..3dfb5abba43 100644 --- a/lib/tdb/wscript +++ b/lib/tdb/wscript @@ -63,7 +63,7 @@ def build(bld): if not bld.CONFIG_SET('USING_SYSTEM_TDB'): bld.SAMBA_LIBRARY('tdb', COMMON_SRC, - deps='replace rt', + deps='replace', includes='include', abi_file='ABI/tdb-%s.sigs' % VERSION, abi_match='tdb_*', -- 2.11.4.GIT