From f10255dd2969e97f58c62a5790ce0e4d82aaf18f Mon Sep 17 00:00:00 2001 From: Cameron Ring Date: Tue, 4 Nov 2014 23:05:20 -0800 Subject: thrift: fix HEAD build. Newer versions of thrift require >= Bison 2.5 but Mavericks has 2.3. It also requires an updated OpenSSL library so include that too. Closes #33928. Signed-off-by: Mike McQuaid --- Library/Formula/thrift.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/thrift.rb b/Library/Formula/thrift.rb index d6c9f4e5f..08b76a244 100644 --- a/Library/Formula/thrift.rb +++ b/Library/Formula/thrift.rb @@ -36,6 +36,8 @@ class Thrift < Formula depends_on :automake depends_on :libtool depends_on 'pkg-config' => :build + depends_on 'bison' => :build + depends_on 'openssl' end option "with-haskell", "Install Haskell binding" @@ -50,7 +52,7 @@ class Thrift < Formula def install system "./bootstrap.sh" unless build.stable? - exclusions = ["--without-ruby", "--without-tests", "--without-php_extension"] + exclusions = ["--without-ruby", "--disable-tests", "--without-php_extension"] exclusions << "--without-python" if build.without? "python" exclusions << "--without-haskell" if build.without? "haskell" -- cgit v1.2.3