summaryrefslogtreecommitdiff
path: root/nss
diff options
context:
space:
mode:
authortinderbox <tinderbox@fae.suse.cz>2012-03-16 13:05:22 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-03-16 13:07:28 +0100
commitf62da81eb28c86e0503e5de44e2c3ef2fdd599fc (patch)
tree43bbdbb5883ede2184fc64e632ba3ed631347329 /nss
parentbd8be4eae82525434454cc3c7274f7a7a44158c0 (diff)
nss and openssl don't realiably build in parallel
Diffstat (limited to 'nss')
-rw-r--r--nss/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/makefile.mk b/nss/makefile.mk
index 4323887a93eb..ea6f5e6fa4b2 100644
--- a/nss/makefile.mk
+++ b/nss/makefile.mk
@@ -97,7 +97,7 @@ OUT2LIB=mozilla/dist/out/lib/*$(DLLPOST) mozilla/dist/out/lib/libcrmf.a
OUT2BIN=config/nspr-config mozilla/security/nss/nss-config
BUILD_DIR=mozilla/security/nss
-BUILD_ACTION= $(GNUMAKE) nss_build_all
+BUILD_ACTION= $(GNUMAKE) nss_build_all -j1
#See #i105566# && moz#513024#
.IF "$(OS)"=="LINUX"
BUILD_ACTION+=FREEBL_NO_DEPEND=1