diff options
Diffstat (limited to 'Library')
| -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 |
