diff options
Diffstat (limited to 'Library/Formula/ruby.rb')
| -rw-r--r-- | Library/Formula/ruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb index 988b024ee..78ccb99d3 100644 --- a/Library/Formula/ruby.rb +++ b/Library/Formula/ruby.rb @@ -29,7 +29,7 @@ class Ruby < Formula def install system "autoconf" if build.head? - args = %W[--prefix=#{prefix} --enable-shared] + args = %W[--prefix=#{prefix} --enable-shared --disable-silent-rules] args << "--program-suffix=21" if build.with? "suffix" args << "--with-arch=#{Hardware::CPU.universal_archs.join(',')}" if build.universal? args << "--with-out-ext=tk" unless build.with? "tcltk" |
