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 /internal_comp_deps.mk | |
parent | 7fb7f9baa421311a401e4a21292a7888f8ad6468 (diff) | |
download | ds-d80d9cceedbe18c97d240fca0ee6c20d01253423.tar.gz ds-d80d9cceedbe18c97d240fca0ee6c20d01253423.tar.xz ds-d80d9cceedbe18c97d240fca0ee6c20d01253423.zip |
Use v5.15 of ldapsdk
Diffstat (limited to 'internal_comp_deps.mk')
-rw-r--r-- | internal_comp_deps.mk | 6 |
1 files changed, 3 insertions, 3 deletions
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 |