Skip to content

Commit

Permalink
Don't allow binutils to have default names.
Browse files Browse the repository at this point in the history
This will break lots of things as evidenced by Homebrew#9574.
  • Loading branch information
MikeMcQuaid committed Jan 24, 2012
1 parent f8599aa commit a10134e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Library/Formula/binutils.rb
Expand Up @@ -6,10 +6,6 @@ class Binutils < Formula
homepage 'http://www.gnu.org/software/binutils/binutils.html' homepage 'http://www.gnu.org/software/binutils/binutils.html'
md5 'bde820eac53fa3a8d8696667418557ad' md5 'bde820eac53fa3a8d8696667418557ad'


def options
[['--default-names', "Do NOT prepend 'g' to the binary; will override system utils."]]
end

def install def install
args = ["--disable-debug", "--disable-dependency-tracking", args = ["--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}", "--prefix=#{prefix}",
Expand Down

0 comments on commit a10134e

Please sign in to comment.