diff options
author | Rich Megginson <rmeggins@redhat.com> | 2006-09-15 19:33:43 +0000 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2006-09-15 19:33:43 +0000 |
commit | 555680e4d53dc1b2498a9e7dc231d4f517e35ff5 (patch) | |
tree | acab627be8e7e9ad414c7f1966909a230af93844 /ldap/cm/Makefile | |
parent | 4350f8f529fe4b4d89eccf61a106bb22cc4a90c3 (diff) | |
download | ds-555680e4d53dc1b2498a9e7dc231d4f517e35ff5.tar.gz ds-555680e4d53dc1b2498a9e7dc231d4f517e35ff5.tar.xz ds-555680e4d53dc1b2498a9e7dc231d4f517e35ff5.zip |
Bug: 206527
Description: Enable rpmbuild of directory server
Fix Description: RELDIR is not defined in lib/ldaputil/Makefile, so just
remove the certmap.conf packaging from there and add it to ldap/cm/Makefile
The perldap packaging has changed for internal builds as well.
Tested on: Solaris
Diffstat (limited to 'ldap/cm/Makefile')
-rw-r--r-- | ldap/cm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ldap/cm/Makefile b/ldap/cm/Makefile index 07348f54..df8c2861 100644 --- a/ldap/cm/Makefile +++ b/ldap/cm/Makefile @@ -310,6 +310,8 @@ releaseDirectory: $(INSTALL) -m 644 $(BUILD_DRIVE)$(BUILD_ROOT)/ldap/schema/*.ldif $(RELDIR)/bin/slapd/install/schema $(INSTALL) -m 644 $(BUILD_DRIVE)$(BUILD_ROOT)/ldap/schema/slapd-collations.conf $(RELDIR)/bin/slapd/install/config + $(INSTALL) -m 644 $(BUILD_DRIVE)$(BUILD_ROOT)/lib/ldaputil/certmap.conf $(RELDIR)/shared/config + # the httpd library ifneq ($(ARCH), WINNT) $(INSTALL) -m 755 $(OBJDIR)/$(NSHTTPD_DLL)$(DLL_PRESUF).$(DLL_SUFFIX)* $(RELDIR)/bin/slapd/lib |