diff options
| author | Adam Vandenberg | 2011-11-21 19:56:41 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-11-21 19:56:41 -0800 |
| commit | ea44c3db2f782347235ea5e8772dd396cee1fbf4 (patch) | |
| tree | c8cca0cdd651c3669e86c9ed302ed57b58797983 | |
| parent | d94713fab3dc5cc7115eb99288a3aa382ac0dda9 (diff) | |
| download | homebrew-ea44c3db2f782347235ea5e8772dd396cee1fbf4.tar.bz2 | |
Mongrel2: serialize build
| -rw-r--r-- | Library/Formula/mongrel2.rb | 4 |
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 |
