diff options
| author | Rich Megginson <rmeggins@redhat.com> | 2005-03-24 04:28:35 +0000 |
|---|---|---|
| committer | Rich Megginson <rmeggins@redhat.com> | 2005-03-24 04:28:35 +0000 |
| commit | d80d9cceedbe18c97d240fca0ee6c20d01253423 (patch) | |
| tree | ae55f92c7f25b2f7970fb36ddb1d65d4f04e0cb7 | |
| parent | 7fb7f9baa421311a401e4a21292a7888f8ad6468 (diff) | |
| download | ds-d80d9cceedbe18c97d240fca0ee6c20d01253423.tar.gz ds-d80d9cceedbe18c97d240fca0ee6c20d01253423.tar.xz ds-d80d9cceedbe18c97d240fca0ee6c20d01253423.zip | |
Use v5.15 of ldapsdk
| -rw-r--r-- | component_versions.mk | 2 | ||||
| -rw-r--r-- | internal_comp_deps.mk | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/component_versions.mk b/component_versions.mk index e8d75a75..00e63902 100644 --- a/component_versions.mk +++ b/component_versions.mk @@ -49,7 +49,7 @@ endif # LDAP SDK ifndef LDAP_RELDATE - LDAP_RELDATE = DS7.0 + LDAP_RELDATE = v5.15 endif ifndef LDAPCOMP_DIR LDAPCOMP_DIR=ldapsdk50 diff --git a/internal_comp_deps.mk b/internal_comp_deps.mk index 3d394f34..2ed76168 100644 --- a/internal_comp_deps.mk +++ b/internal_comp_deps.mk @@ -123,11 +123,11 @@ endif # SVRCORE_SOURCE_ROOT ifndef LDAPSDK_SOURCE_ROOT ifndef LDAP_VERSION - LDAP_VERSION = $(LDAP_RELDATE)$(SEC_SUFFIX) + LDAP_VERSION = $(LDAP_RELDATE) endif ifndef LDAP_SBC -# LDAP_SBC = $(COMPONENTS_DIR_DEV) -LDAP_SBC = $(COMPONENTS_DIR) +LDAP_SBC = $(COMPONENTS_DIR_DEV) +#LDAP_SBC = $(COMPONENTS_DIR) endif LDAPOBJDIR = $(FULL_RTL_OBJDIR) # LDAP does not have PTH version, so here is the hack which treat non PTH |
