libmpc: audit fix (#3990)
This commit is contained in:
parent
e8b664b1fe
commit
19206906d1
1 changed files with 5 additions and 5 deletions
|
@ -17,11 +17,11 @@ class Libmpc < Formula
|
|||
depends_on "mpfr"
|
||||
|
||||
def install
|
||||
args = [
|
||||
"--prefix=#{prefix}",
|
||||
"--disable-dependency-tracking",
|
||||
"--with-gmp=#{Formula["gmp"].opt_prefix}",
|
||||
"--with-mpfr=#{Formula["mpfr"].opt_prefix}"
|
||||
args = %W[
|
||||
--prefix=#{prefix}
|
||||
--disable-dependency-tracking
|
||||
--with-gmp=#{Formula["gmp"].opt_prefix}
|
||||
--with-mpfr=#{Formula["mpfr"].opt_prefix}
|
||||
]
|
||||
|
||||
system "./configure", *args
|
||||
|
|
Loading…
Reference in a new issue