From 10cc5b35cc31a72aafbce9914fdf7de51a713d99 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Sun, 8 Apr 2012 11:13:36 -0500 Subject: scsh: don't build in parallel --- Library/Formula/scsh.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') 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}", -- cgit v1.2.3