зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1272693 - [1.1] Disable building libpkix. r=keeler,ted
This commit is contained in:
Родитель
47a98b8ad1
Коммит
a90cb717a5
|
@ -323,7 +323,10 @@ NSS_DIRS += $(NSS_STATIC_DIRS)
|
||||||
# TODO: The following can be replaced by something simpler when bug 844884
|
# TODO: The following can be replaced by something simpler when bug 844884
|
||||||
# is fixed.
|
# is fixed.
|
||||||
# Remaining nss/lib directories
|
# Remaining nss/lib directories
|
||||||
NSS_DIRS += nss/lib/freebl nss/lib/softoken nss/lib/jar nss/lib/crmf nss/lib/ckfw nss/lib/libpkix
|
NSS_DIRS += nss/lib/freebl nss/lib/softoken nss/lib/jar nss/lib/crmf nss/lib/ckfw
|
||||||
|
|
||||||
|
DEFAULT_GMAKE_FLAGS += NSS_DISABLE_LIBPKIX=1
|
||||||
|
|
||||||
ifeq (WINNT,$(OS_TARGET))
|
ifeq (WINNT,$(OS_TARGET))
|
||||||
NSS_DIRS += nss/lib/zlib
|
NSS_DIRS += nss/lib/zlib
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -142,7 +142,6 @@ CERT_NewCertList
|
||||||
CERT_NewTempCertificate
|
CERT_NewTempCertificate
|
||||||
CERT_NicknameStringsFromCertList
|
CERT_NicknameStringsFromCertList
|
||||||
CERT_OCSPCacheSettings
|
CERT_OCSPCacheSettings
|
||||||
CERT_PKIXVerifyCert
|
|
||||||
CERT_RemoveCertListNode
|
CERT_RemoveCertListNode
|
||||||
CERT_RFC1485_EscapeAndQuote
|
CERT_RFC1485_EscapeAndQuote
|
||||||
CERT_SaveSMimeProfile
|
CERT_SaveSMimeProfile
|
||||||
|
|
|
@ -6639,6 +6639,10 @@ AC_SUBST(MOZ_ENABLE_MASK_AS_SHORTHAND)
|
||||||
# Avoid using obsolete NSPR features
|
# Avoid using obsolete NSPR features
|
||||||
AC_DEFINE(NO_NSPR_10_SUPPORT)
|
AC_DEFINE(NO_NSPR_10_SUPPORT)
|
||||||
|
|
||||||
|
# Don't build NSS libpkix
|
||||||
|
NSS_DISABLE_LIBPKIX=1
|
||||||
|
AC_SUBST(NSS_DISABLE_LIBPKIX)
|
||||||
|
|
||||||
MOZ_CREATE_CONFIG_STATUS()
|
MOZ_CREATE_CONFIG_STATUS()
|
||||||
|
|
||||||
if test "$COMPILE_ENVIRONMENT"; then
|
if test "$COMPILE_ENVIRONMENT"; then
|
||||||
|
|
Загрузка…
Ссылка в новой задаче