mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1083572 - Enable passing external LDFLAGS to the NSS build system for Windows ASAN builds; r=glandium
This commit is contained in:
parent
8455f5b915
commit
9ef1a5f323
3
config/external/nss/Makefile.in
vendored
3
config/external/nss/Makefile.in
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user