aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorKendall Park2013-04-17 15:02:22 -0500
committerAdam Vandenberg2013-04-19 09:16:12 -0700
commitd2e023fe9d88080d050f2072940cc9f558404ce7 (patch)
treea99477d6512e685955e063944e36b3d9d6a7f2a8 /Library
parent6512492c5db1ba86c6e75a8bb5cfaf81cab98909 (diff)
downloadhomebrew-d2e023fe9d88080d050f2072940cc9f558404ce7.tar.bz2
libffi formula needs to be deparallelized
Closes #19267. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libffi.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/libffi.rb b/Library/Formula/libffi.rb
index 917f5a241..c69ff4873 100644
--- a/Library/Formula/libffi.rb
+++ b/Library/Formula/libffi.rb
@@ -9,6 +9,7 @@ class Libffi < Formula
keg_only :provided_by_osx, "Some formulae require a newer version of libffi."
def install
+ ENV.deparallelize # https://github.com/mxcl/homebrew/pull/19267
ENV.universal_binary
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"