Skip to content

Commit

Permalink
Bug 1083572 - Enable passing external LDFLAGS to the NSS build system…
Browse files Browse the repository at this point in the history
… for Windows ASAN builds; r=glandium
  • Loading branch information
ehsan committed Oct 22, 2014
1 parent b126e6f commit fd208ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/external/nss/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fd208ef

Please sign in to comment.