aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/thrift.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/thrift.rb b/Library/Formula/thrift.rb
index ac5c66347..24d6f6ffc 100644
--- a/Library/Formula/thrift.rb
+++ b/Library/Formula/thrift.rb
@@ -18,6 +18,7 @@ class Thrift <Formula
system "./configure", "--disable-debug",
"--prefix=#{prefix}",
"--libdir=#{lib}",
+ "--without-haskell",
"--without-java",
"--without-python",
"--without-ruby",