Browse Source

Pick up new perldap component

Nathan Kinder 20 years ago
parent
commit
023d7aec9b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      component_versions.mk
  2. 1 1
      internal_comp_deps.mk

+ 1 - 1
component_versions.mk

@@ -147,7 +147,7 @@ ifndef LDAPCONSOLE_RELDATE
 endif
 
 ifndef PERLDAP_VERSION
-  PERLDAP_VERSION=20041116
+  PERLDAP_VERSION=20050325
 endif
 
 ifndef JSS_COMP

+ 1 - 1
internal_comp_deps.mk

@@ -604,7 +604,7 @@ endif
 ###########################################################
 ### Perldap package #######################################
 
-PERLDAP_COMPONENT_DIR = $(COMPONENTS_DIR)/perldap/$(PERLDAP_VERSION)/$(NSOBJDIR_NAME_32)
+PERLDAP_COMPONENT_DIR = $(COMPONENTS_DIR_DEV)/perldap/$(PERLDAP_VERSION)/$(NSOBJDIR_NAME_32)
 PERLDAP_ZIP_FILE = perldap14.zip
 
 ###########################################################