emacs: don't build parallel for --HEAD
Fixes Homebrew/homebrew#11787, among others
This commit is contained in:
parent
d4998f92a3
commit
99c1bd3f4a
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@ class Emacs < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
# HEAD builds are currently blowing up when built in parallel
|
||||
# as of April 20 2012
|
||||
ENV.j1 if ARGV.build_head?
|
||||
|
||||
args = ["--prefix=#{prefix}",
|
||||
"--without-dbus",
|
||||
"--enable-locallisppath=#{HOMEBREW_PREFIX}/share/emacs/site-lisp",
|
||||
|
|
Loading…
Reference in a new issue