deja-gnu: use ENV.deparallelize.
This commit is contained in:
parent
410248b6b7
commit
1798edd755
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class DejaGnu < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
ENV.j1 # Or fails on Mac Pro
|
||||
ENV.deparallelize # Or fails on Mac Pro
|
||||
system "autoreconf", "-iv" if build.head?
|
||||
system "./configure", "--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue