summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perl.morph4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl.morph b/perl.morph
index fac038c7f7..54333d357d 100644
--- a/perl.morph
+++ b/perl.morph
@@ -1,5 +1,9 @@
name: perl
kind: chunk
+# There is a parallel build issue early in perl's build process.
+# This tends to only show up on ARM, but has been known to happen
+# on other architectures.
+max-jobs: 1
configure-commands:
- sh Configure -des -Dprefix="$PREFIX" -Darchlib="$PREFIX/lib/perl"
-Dprivlib="$PREFIX/share/perl" -Dbin="$PREFIX/bin"