ruby: Remove unrecognised configure flags.
Removed --disable-debug and --disable-dependency-tracking, which the configure script does not recognise. Closes Homebrew/homebrew#10982. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
e48205876e
commit
a0f2d706ec
1 changed files with 0 additions and 2 deletions
|
@ -42,8 +42,6 @@ class Ruby < Formula
|
|||
system "autoconf" unless File.exists? 'configure'
|
||||
|
||||
args = ["--prefix=#{prefix}",
|
||||
"--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
"--enable-shared"]
|
||||
|
||||
args << "--program-suffix=19" if ARGV.include? "--with-suffix"
|
||||
|
|
Loading…
Reference in a new issue