coreutils: disable gmp

Closes Homebrew/homebrew#19007.
This commit is contained in:
Jack Nagel 2013-04-06 13:38:40 -05:00
parent e46f6a165d
commit 653a9daeb8

View file

@ -9,7 +9,9 @@ class Coreutils < Formula
depends_on 'xz' => :build
def install
system "./configure", "--prefix=#{prefix}", "--program-prefix=g"
system "./configure", "--prefix=#{prefix}",
"--program-prefix=g",
"--without-gmp"
system "make install"
# Symlink all commands into libexec/gnubin without the 'g' prefix