diff options
author | Rich Megginson <rmeggins@redhat.com> | 2006-09-11 02:28:11 +0000 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2006-09-11 02:28:11 +0000 |
commit | bf928707b5f4b2a78822b911696af8ed238ea033 (patch) | |
tree | ab3be0504c30bbc345b360a463e1af18f2f6deb3 /components.mk | |
parent | 70d237c0cbd6b80b35d0da3119b54441cbcdc32b (diff) | |
download | ds-bf928707b5f4b2a78822b911696af8ed238ea033.tar.gz ds-bf928707b5f4b2a78822b911696af8ed238ea033.tar.xz ds-bf928707b5f4b2a78822b911696af8ed238ea033.zip |
Bug: 205456
Description: Enable core DS build
Fix Description:
1) Need to package lib/ldaputil/certmap.conf into shared/config/certmap.conf
in DS build if not using admin server
2) We create shell script wrappers for the sectools (certutil, etc.). This
was being done in the setuputil related code in ldap/cm/newinst. This has
been moved to the more generic ldap/admin/src directory where other similar
scripts live.
Tested on: RHEL4 64
Diffstat (limited to 'components.mk')
-rw-r--r-- | components.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components.mk b/components.mk index 1dd3b19d..dff15652 100644 --- a/components.mk +++ b/components.mk @@ -645,6 +645,10 @@ ifeq ($(USE_64), 1) endif endif +# must package certmap.conf ourselves if not using admin server +ifneq ($(USE_ADMINSERVER), 1) + PACKAGE_SRC_DEST += $(BUILD_ROOT)/lib/ldaputil/certmap.conf shared/config +endif # must define dependencies last because they depend on the definitions above ifeq ($(INTERNAL_BUILD), 1) |