diff options
| author | Mike McQuaid | 2012-01-24 19:25:53 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2012-01-24 19:26:31 +0000 | 
| commit | a10134e21adfc897ca7be3047e391f1952bbdac4 (patch) | |
| tree | 79299085d98dce116278b9962894a15c0764fd9f /Library/Formula/binutils.rb | |
| parent | f8599aaa2ccc28ef432a4af07b234ace0d54283f (diff) | |
| download | homebrew-a10134e21adfc897ca7be3047e391f1952bbdac4.tar.bz2 | |
Don't allow binutils to have default names.
This will break lots of things as evidenced by #9574.
Diffstat (limited to 'Library/Formula/binutils.rb')
| -rw-r--r-- | Library/Formula/binutils.rb | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/Library/Formula/binutils.rb b/Library/Formula/binutils.rb index 5a25726d6..697bd6c81 100644 --- a/Library/Formula/binutils.rb +++ b/Library/Formula/binutils.rb @@ -6,10 +6,6 @@ class Binutils < Formula    homepage 'http://www.gnu.org/software/binutils/binutils.html'    md5 'bde820eac53fa3a8d8696667418557ad' -  def options -    [['--default-names', "Do NOT prepend 'g' to the binary; will override system utils."]] -  end -    def install      args = ["--disable-debug", "--disable-dependency-tracking",              "--prefix=#{prefix}", | 
