summaryrefslogtreecommitdiffstats
path: root/lib/base
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2006-09-06 16:56:44 +0000
committerRich Megginson <rmeggins@redhat.com>2006-09-06 16:56:44 +0000
commit1198d440e04d163d0147382493e0356c508e9835 (patch)
tree24be9513820e16c4dd4fb05f7921aa10d9bd98ac /lib/base
parent0c389297612bdc3818f27a05116d7a00609d94c2 (diff)
downloadds-1198d440e04d163d0147382493e0356c508e9835.tar.gz
ds-1198d440e04d163d0147382493e0356c508e9835.tar.xz
ds-1198d440e04d163d0147382493e0356c508e9835.zip
Bug(s) fixed: 205456
Bug Description: Enable core DS build Reviewed by: nkinder, nhosoi (Thanks!) Fix Description: I turned off all of the other components in the build, such as adminserver, setuputil, clients, etc. and enabled the packaging step when building just the core DS. Now, when you build just the core DS, you get a slapd.tar.gz which you unpack in the server root you create e.g. mkdir /opt/rhds ; cd /opt/rhds ; tar xfz slapd.tar.gz In order to create an instance, you have to use the ds_newinst.pl script as described here - http://directory.fedora.redhat.com/wiki/Install_Guide#Installing_just_the_core_directory_server I also got rid of several references to adminutil that are not needed anymore. Platforms tested: RHEL4 64 Flag Day: Yes. In order to build the full setuputil/adminserver package, you must specify USE_SETUPUTIL=1 USE_ADMINSERVER=1 etc. on the make/gmake command line. Doc impact: no QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: I need to change the acceptance tests to be able to test just the core DS package.
Diffstat (limited to 'lib/base')
-rw-r--r--lib/base/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/base/Makefile b/lib/base/Makefile
index fb99fdf4..46e2710d 100644
--- a/lib/base/Makefile
+++ b/lib/base/Makefile
@@ -58,9 +58,7 @@ else
LIBS=$(OBJDIR)/lib/libbase.a
endif
-MCC_INCLUDE += $(ADMINUTIL_INCLUDE)
-
-LOCAL_DEPS = $(NSPR_DEP) $(ADMINUTIL_DEP) $(SECURITY_DEP) $(DBM_DEP)
+LOCAL_DEPS = $(NSPR_DEP) $(SECURITY_DEP)
all: $(LOCAL_DEPS) $(OBJDEST) $(LIBS) $(BSCS)