aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/scsh.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/scsh.rb b/Library/Formula/scsh.rb
index 05ff6692a..c0a5cd4a6 100644
--- a/Library/Formula/scsh.rb
+++ b/Library/Formula/scsh.rb
@@ -8,6 +8,8 @@ class Scsh < Formula
def install
# will not build 64-bit
ENV.m32
+ # build system is not parallel-safe
+ ENV.deparallelize
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--infodir=#{info}",