summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-10-26 21:43:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:04:48 -0500
commit2970ff9bd9e6b2d4d40eb3c5c2845e62141fe6f7 (patch)
treeedf2f301e914be8252af26471ebe0f68f5439dd9 /source4
parent12a23dd8bd4f52a9c15d97a6625809f6d627b489 (diff)
downloadsamba-2970ff9bd9e6b2d4d40eb3c5c2845e62141fe6f7.tar.gz
samba-2970ff9bd9e6b2d4d40eb3c5c2845e62141fe6f7.tar.bz2
samba-2970ff9bd9e6b2d4d40eb3c5c2845e62141fe6f7.zip
r3267: make LIBTDB depend on LIBREPLACE. This is needed for building the tdb tools on Solaris.
(This used to be commit c5d338d06137fe7464849df02671d8ab833e3b4e)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/tdb/config.mk2
1 files changed, 2 insertions, 0 deletions
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
################################################