]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
perl: Limit build to 23 parallel processes
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 4 Mar 2019 11:52:34 +0000 (11:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 4 Mar 2019 11:52:34 +0000 (11:52 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/perl

index fa2256d6b7b36aea15a154e813e18f07cfde2eab..06491a16c8f016313dd0015ee311c925d215e016 100644 (file)
--- a/lfs/perl
+++ b/lfs/perl
@@ -39,6 +39,9 @@ else
   TARGET = $(DIR_INFO)/$(THISAPP)-tools
 endif
 
+# Perl does not build with -j larger than 23
+MAX_PARALLELISM = 23
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################