aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2012-04-08 11:13:36 -0500
committerMisty De Meo2012-04-08 11:19:58 -0500
commit10cc5b35cc31a72aafbce9914fdf7de51a713d99 (patch)
tree9024b8f394e7175b0d4765ce2bb46e669736c1fe /Library
parent42f062fc525a5ef421b5c890e767f6274067a4a3 (diff)
downloadhomebrew-10cc5b35cc31a72aafbce9914fdf7de51a713d99.tar.bz2
scsh: don't build in parallel
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}",