tdb/waf: the deps for rt are provided by libreplace
authorBjörn Jacke <bj@sernet.de>
Tue, 31 Aug 2010 11:06:39 +0000 (13:06 +0200)
committerBjörn Jacke <bj@sernet.de>
Tue, 31 Aug 2010 11:06:39 +0000 (13:06 +0200)
lib/tdb/wscript

index 2fdd67f2516b9a7e6d352e07026277aa342a3e88..3dfb5abba43e9159fe933aed9bd4a3a58d8f2dbd 100644 (file)
@@ -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_*',