libffi formula needs to be deparallelized

Closes Homebrew/homebrew#19267.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Kendall Park 2013-04-17 15:02:22 -05:00 committed by Adam Vandenberg
parent ccea2bbc2a
commit dad76b9499

View file

@ -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}"