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:
ted.mielczarek%gmail.com
2008-02-25 20:50:36 +00:00
parent 8107827224
commit 43ec2c0d1d
3 changed files with 10 additions and 0 deletions

View File

@@ -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)"