From 2970ff9bd9e6b2d4d40eb3c5c2845e62141fe6f7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 26 Oct 2004 21:43:34 +0000 Subject: r3267: make LIBTDB depend on LIBREPLACE. This is needed for building the tdb tools on Solaris. (This used to be commit c5d338d06137fe7464849df02671d8ab833e3b4e) --- source4/lib/tdb/config.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/tdb/config.mk') diff --git a/source4/lib/tdb/config.mk b/source4/lib/tdb/config.mk index 06f97547bb..6339b91761 100644 --- a/source4/lib/tdb/config.mk +++ b/source4/lib/tdb/config.mk @@ -6,6 +6,8 @@ INIT_OBJ_FILES = \ ADD_OBJ_FILES = \ lib/tdb/common/tdbutil.o \ lib/tdb/common/spinlock.o +REQUIRED_SUBSYSTEMS = \ + LIBREPLACE # # End SUBSYSTEM LIBLDB ################################################ -- cgit