summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-19 19:14:17 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-19 19:14:17 +0100
commit5e5f87c59b9d9cb494609dc3abc00464ed94c5ab (patch)
treeb2960faf4b2af3267a1271dad4163e1b260284dd
parent69eed61f4cd6d7d16e1cea4e8af90314bc61aa38 (diff)
downloadlibtasn1-baserock/morph.tar.gz
libtasn1.morph: Set max-jobs=1baserock/morph
Hopefully this will fix the weird make errors I'm getting? Congratulations libtasn1, you win 'worst build system of the day' award.
-rw-r--r--libtasn1.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/libtasn1.morph b/libtasn1.morph
index 039d811..440fe19 100644
--- a/libtasn1.morph
+++ b/libtasn1.morph
@@ -2,6 +2,7 @@
"name": "libtasn1",
"kind": "chunk",
"build-system": "autotools",
+ "max-jobs": 1,
"configure-commands": [
"autoreconf -iv",
"./configure --prefix=\"$PREFIX\""