summaryrefslogtreecommitdiff
path: root/openssl
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 /openssl
parentbd8be4eae82525434454cc3c7274f7a7a44158c0 (diff)
nss and openssl don't realiably build in parallel
Diffstat (limited to 'openssl')
-rw-r--r--openssl/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk
index 68fb40976efc..f29b567b857d 100644
--- a/openssl/makefile.mk
+++ b/openssl/makefile.mk
@@ -74,7 +74,7 @@ COMPILER_AND_FLAGS=$(CC)
COMPILER_AND_FLAGS+=-fvisibility=hidden
.ENDIF
-BUILD_ACTION=make build_libs CC='$(COMPILER_AND_FLAGS)'
+BUILD_ACTION=make build_libs CC='$(COMPILER_AND_FLAGS)' -j1
OUT2LIB = libssl.*
OUT2LIB += libcrypto.*