build: tdb does not depend on talloc
authorAndrew Tridgell <tridge@samba.org>
Mon, 22 Feb 2010 00:58:37 +0000 (11:58 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:26:34 +0000 (20:26 +1000)
lib/tdb/wscript

index d3184d492277dc63541198d782c341cdd54a87a0..d7e3d5afd1d1bf5b5329ff98191f732bf934c9dc 100644 (file)
@@ -22,7 +22,7 @@ def build(bld):
 
     bld.SAMBA_LIBRARY('tdb',
                       COMMON_SRC,
-                      libdeps='replace talloc',
+                      libdeps='replace',
                       include_list='include',
                       vnum=VERSION)