aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/coreutils.rb
diff options
context:
space:
mode:
authorJack Nagel2013-04-06 13:38:40 -0500
committerJack Nagel2013-04-06 13:39:13 -0500
commitf8d5727a68883d6254f99e04ab7a02d8facac8ba (patch)
tree128b375570d55116fd4d7896a951b7862f30fb63 /Library/Formula/coreutils.rb
parent2c0ea2d984731e382571ac6dd4b0e1aa19233154 (diff)
downloadhomebrew-f8d5727a68883d6254f99e04ab7a02d8facac8ba.tar.bz2
coreutils: disable gmp
Closes #19007.
Diffstat (limited to 'Library/Formula/coreutils.rb')
-rw-r--r--Library/Formula/coreutils.rb4
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