bug 415928 - fix packaging of CRT with jemalloc - make nspr/nss play along. r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@246461 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -143,6 +143,9 @@ NSPR_LIB_DIR := $(subst -L,,$(subst -L$(DIST),-L$(ABS_DIST),$(NSPR_LIB_DIR)))
|
||||
else
|
||||
NSPR_LIB_DIR = $(ABS_DIST)/lib
|
||||
endif
|
||||
# Can't pass this in DEFAULT_GMAKE_FLAGS because that overrides
|
||||
# definitions in NSS, so just export it into the sub-make's environment.
|
||||
export DLLFLAGS
|
||||
# NSS makefiles are not safe for parallel execution.
|
||||
DEFAULT_GMAKE_FLAGS = MAKE="$(MAKE) -j1" -j1
|
||||
DEFAULT_GMAKE_FLAGS += CC="$(CC)"
|
||||
|
||||
Reference in New Issue
Block a user