diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-26 21:43:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:04:48 -0500 |
commit | 2970ff9bd9e6b2d4d40eb3c5c2845e62141fe6f7 (patch) | |
tree | edf2f301e914be8252af26471ebe0f68f5439dd9 | |
parent | 12a23dd8bd4f52a9c15d97a6625809f6d627b489 (diff) | |
download | samba-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)
-rw-r--r-- | source4/lib/tdb/config.mk | 2 |
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 ################################################ |