diff options
Diffstat (limited to 'Library/Formula/coreutils.rb')
| -rw-r--r-- | Library/Formula/coreutils.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/coreutils.rb b/Library/Formula/coreutils.rb index 814e68227..8fc1a06ac 100644 --- a/Library/Formula/coreutils.rb +++ b/Library/Formula/coreutils.rb @@ -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 |
