зеркало из https://github.com/mozilla/gecko-dev.git
Back out ldap-csdk upgrade from bug 359716 now that data has been gathered so the remaining problems can be fixed correctly.
This commit is contained in:
Родитель
9b6f8c64f2
Коммит
b126f2eb4c
|
@ -407,7 +407,7 @@ MODULES_all := \
|
||||||
#MOZ_CO_TAG = <tag>
|
#MOZ_CO_TAG = <tag>
|
||||||
NSPR_CO_TAG = NSPRPUB_PRE_4_2_CLIENT_BRANCH
|
NSPR_CO_TAG = NSPRPUB_PRE_4_2_CLIENT_BRANCH
|
||||||
NSS_CO_TAG = NSS_3_11_5_RTM
|
NSS_CO_TAG = NSS_3_11_5_RTM
|
||||||
LDAPCSDK_CO_TAG =
|
LDAPCSDK_CO_TAG = ldapcsdk_5_17_client_branch
|
||||||
LOCALES_CO_TAG =
|
LOCALES_CO_TAG =
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|
|
@ -7597,14 +7597,14 @@ if test "$MOZ_LDAP_XPCOM"; then
|
||||||
LDAP_CFLAGS='-I${DIST}/public/ldap'
|
LDAP_CFLAGS='-I${DIST}/public/ldap'
|
||||||
if test "$OS_ARCH" = "WINNT"; then
|
if test "$OS_ARCH" = "WINNT"; then
|
||||||
if test -n "$GNU_CC"; then
|
if test -n "$GNU_CC"; then
|
||||||
LDAP_LIBS='-L$(DIST)/lib -lnsldap32v60 -lnsldappr32v60 -lnsldif32v60'
|
LDAP_LIBS='-L$(DIST)/lib -lnsldap32v50 -lnsldappr32v50'
|
||||||
else
|
else
|
||||||
LDAP_LIBS='$(DIST)/lib/$(LIB_PREFIX)nsldap32v60.${IMPORT_LIB_SUFFIX} $(DIST)/lib/$(LIB_PREFIX)nsldappr32v60.${IMPORT_LIB_SUFFIX} $(DIST)/lib/$(LIB_PREFIX)nsldif32v60.${IMPORT_LIB_SUFFIX}'
|
LDAP_LIBS='$(DIST)/lib/$(LIB_PREFIX)nsldap32v50.${IMPORT_LIB_SUFFIX} $(DIST)/lib/$(LIB_PREFIX)nsldappr32v50.${IMPORT_LIB_SUFFIX}'
|
||||||
fi
|
fi
|
||||||
elif test "$VACPP"; then
|
elif test "$VACPP"; then
|
||||||
LDAP_LIBS='$(DIST)/lib/$(LIB_PREFIX)ldap60.${IMPORT_LIB_SUFFIX} $(DIST)/lib/$(LIB_PREFIX)prldap60.${IMPORT_LIB_SUFFIX} $(DIST)/lib/$(LIB_PREFIX)ldif60.${IMPORT_LIB_SUFFIX}'
|
LDAP_LIBS='$(DIST)/lib/$(LIB_PREFIX)ldap50.${IMPORT_LIB_SUFFIX} $(DIST)/lib/$(LIB_PREFIX)prldap50.${IMPORT_LIB_SUFFIX}'
|
||||||
else
|
else
|
||||||
LDAP_LIBS='-L${DIST}/bin -L${DIST}/lib -lldap60 -lprldap60 -lldif60'
|
LDAP_LIBS='-L${DIST}/bin -L${DIST}/lib -lldap50 -llber50 -lprldap50'
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -315,11 +315,10 @@ bin/components/spellchecker.xpt
|
||||||
; LDAP components need to be in the browser for AutoConfig
|
; LDAP components need to be in the browser for AutoConfig
|
||||||
bin/components/mozldap.dll
|
bin/components/mozldap.dll
|
||||||
bin/components/mozldap.xpt
|
bin/components/mozldap.xpt
|
||||||
;bin/nsldap32v60.dll
|
;bin/nsldap32v50.dll
|
||||||
bin/ldap60.dll
|
bin/ldap50.dll
|
||||||
;bin/nsldappr32v60.dll
|
;bin/nsldappr32v50.dll
|
||||||
bin/prldap60.dll
|
bin/prldap50.dll
|
||||||
bin/ldif60.dll
|
|
||||||
|
|
||||||
; p3p
|
; p3p
|
||||||
bin/components/p3p.xpt
|
bin/components/p3p.xpt
|
||||||
|
|
|
@ -313,9 +313,9 @@ bin/components/libwebsrvcs.so
|
||||||
bin/components/websrvcs.xpt
|
bin/components/websrvcs.xpt
|
||||||
|
|
||||||
; LDAP components need to be in the browser for AutoConfig
|
; LDAP components need to be in the browser for AutoConfig
|
||||||
bin/libldap60.so
|
bin/libldap50.so
|
||||||
bin/libprldap60.so
|
bin/libprldap50.so
|
||||||
bin/libldif60.so
|
bin/liblber50.so
|
||||||
bin/components/libmozldap.so
|
bin/components/libmozldap.so
|
||||||
bin/components/mozldap.xpt
|
bin/components/mozldap.xpt
|
||||||
|
|
||||||
|
|
|
@ -193,9 +193,8 @@ bin\components\spellchecker.xpt
|
||||||
; LDAP components need to be in the browser for AutoConfig
|
; LDAP components need to be in the browser for AutoConfig
|
||||||
bin\components\mozldap.dll
|
bin\components\mozldap.dll
|
||||||
bin\components\mozldap.xpt
|
bin\components\mozldap.xpt
|
||||||
bin\nsldap32v60.dll
|
bin\nsldap32v50.dll
|
||||||
bin\nsldappr32v60.dll
|
bin\nsldappr32v50.dll
|
||||||
bin\nsldif32v60.dll
|
|
||||||
|
|
||||||
;PSM related files
|
;PSM related files
|
||||||
bin\components\pippki.dll
|
bin\components\pippki.dll
|
||||||
|
|
Загрузка…
Ссылка в новой задаче