subversion: serialize build

Building with Java support does not work in parallel.

Closes Homebrew/homebrew#20415.
master
Adam Vandenberg 2013-06-17 21:27:24 -07:00
parent 454ed9a15b
commit 39534d6b20
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ class Subversion < Formula
end
def install
# Java support doesn't build correctly in parallel:
# https://github.com/mxcl/homebrew/issues/20415
ENV.deparallelize
if build.include? 'java'
unless build.universal?
opoo "A non-Universal Java build was requested."