alpine: use ENV.deparallelize.
This commit is contained in:
parent
fa2260f297
commit
c945ee94ff
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Alpine < Formula
|
||||||
depends_on "openssl"
|
depends_on "openssl"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
ENV.j1
|
ENV.deparallelize
|
||||||
system "./configure", "--disable-debug",
|
system "./configure", "--disable-debug",
|
||||||
"--with-ssl-dir=#{Formula["openssl"].opt_prefix}",
|
"--with-ssl-dir=#{Formula["openssl"].opt_prefix}",
|
||||||
"--with-ssl-certs-dir=#{etc}/openssl",
|
"--with-ssl-certs-dir=#{etc}/openssl",
|
||||||
|
|
Loading…
Reference in a new issue