summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2006-09-15 19:33:43 +0000
committerRich Megginson <rmeggins@redhat.com>2006-09-15 19:33:43 +0000
commit555680e4d53dc1b2498a9e7dc231d4f517e35ff5 (patch)
treeacab627be8e7e9ad414c7f1966909a230af93844 /lib
parent4350f8f529fe4b4d89eccf61a106bb22cc4a90c3 (diff)
downloadds-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 'lib')
-rw-r--r--lib/ldaputil/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/ldaputil/Makefile b/lib/ldaputil/Makefile
index 21b39972..0102d029 100644
--- a/lib/ldaputil/Makefile
+++ b/lib/ldaputil/Makefile
@@ -60,9 +60,7 @@ MCC_INCLUDE=-I$(BUILD_ROOT)/include \
$(DBM_INCLUDE) $(LDAPSDK_INCLUDE) \
$(SECURITY_INCLUDE) $(NSPR_INCLUDE)
-CERTMAP_CONF = $(RELDIR)/shared/config/certmap.conf
-
-all: $(OBJDEST) $(LOCAL_DEPS) $(LIBS) $(CERTMAP_CONF)
+all: $(OBJDEST) $(LOCAL_DEPS) $(LIBS)
$(OBJDEST):
mkdir -p $(OBJDEST)
@@ -94,12 +92,5 @@ $(LIBS): $(OBJS)
$(AR) $(OBJS)
$(RANLIB) $@
-$(CERTMAP_CONF): certmap.conf
- rm -f $@
- if [ ! -d $(dir $@) ] ; then \
- mkdir -p $(dir $@) ; \
- fi
- cp $< $(dir $@)
-
include $(INCLUDE_DEPENDS)