Bug 1083572 - Enable passing external LDFLAGS to the NSS build system for Windows ASAN builds; r=glandium

This commit is contained in:
Ehsan Akhgari 2014-10-22 08:28:56 -04:00
parent 8455f5b915
commit 9ef1a5f323

View File

@ -240,6 +240,9 @@ ifdef MOZ_CFLAGS_NSS
DEFAULT_GMAKE_FLAGS += XCFLAGS='$(CFLAGS)'
DEFAULT_GMAKE_FLAGS += DARWIN_DYLIB_VERSIONS='-compatibility_version 1 -current_version 1 $(LDFLAGS)'
endif
ifeq (1_1,$(CLANG_CL)_$(MOZ_ASAN))
DEFAULT_GMAKE_FLAGS += XLDFLAGS='$(OS_LDFLAGS)'
endif
DEFAULT_GMAKE_FLAGS += NSS_NO_PKCS11_BYPASS=1