aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2011-11-21 19:56:41 -0800
committerAdam Vandenberg2011-11-21 19:56:41 -0800
commitea44c3db2f782347235ea5e8772dd396cee1fbf4 (patch)
treec8cca0cdd651c3669e86c9ed302ed57b58797983
parentd94713fab3dc5cc7115eb99288a3aa382ac0dda9 (diff)
downloadhomebrew-ea44c3db2f782347235ea5e8772dd396cee1fbf4.tar.bz2
Mongrel2: serialize build
-rw-r--r--Library/Formula/mongrel2.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/mongrel2.rb b/Library/Formula/mongrel2.rb
index b2470927d..a774a241b 100644
--- a/Library/Formula/mongrel2.rb
+++ b/Library/Formula/mongrel2.rb
@@ -9,6 +9,10 @@ class Mongrel2 < Formula
depends_on 'zeromq'
def install
+ # Build in serial. See:
+ # https://github.com/mxcl/homebrew/issues/8719
+ ENV.j1
+
# Mongrel2 pulls from these ENV vars instead
ENV['OPTFLAGS'] = "#{ENV.cflags} #{ENV.cppflags}"
ENV['OPTLIBS'] = ENV.ldflags