svn commit: samba r3267 - in branches/SAMBA_4_0/source/lib/tdb: .

tridge at samba.org tridge at samba.org
Tue Oct 26 21:43:35 GMT 2004


Author: tridge
Date: 2004-10-26 21:43:34 +0000 (Tue, 26 Oct 2004)
New Revision: 3267

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/lib/tdb&rev=3267&nolog=1

Log:
make LIBTDB depend on LIBREPLACE. This is needed for building the tdb tools on Solaris.

Modified:
   branches/SAMBA_4_0/source/lib/tdb/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/lib/tdb/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/config.mk	2004-10-26 14:25:15 UTC (rev 3266)
+++ branches/SAMBA_4_0/source/lib/tdb/config.mk	2004-10-26 21:43:34 UTC (rev 3267)
@@ -6,6 +6,8 @@
 ADD_OBJ_FILES = \
 		lib/tdb/common/tdbutil.o \
 		lib/tdb/common/spinlock.o
+REQUIRED_SUBSYSTEMS = \
+		LIBREPLACE
 #
 # End SUBSYSTEM LIBLDB
 ################################################



More information about the samba-cvs mailing list