diff options
| author | Jack Nagel | 2014-02-05 20:37:36 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-02-05 20:38:39 -0500 |
| commit | 664444515fd49d673e0f4203ff80e9194f8df893 (patch) | |
| tree | e9c433073d04ed11f1ec703063f2ff540cb11e40 /Library/Formula | |
| parent | 47e4692373fd80625edd5e72cd8ab0431e7d2616 (diff) | |
| download | homebrew-664444515fd49d673e0f4203ff80e9194f8df893.tar.bz2 | |
ruby: disable silent build rules
Diffstat (limited to 'Library/Formula')
| -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" |
