aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorIan Van Ness2012-07-31 08:19:40 -0700
committerAdam Vandenberg2012-08-04 08:32:34 -0700
commit9db4190f90da516c3bcac9dbaa9102ec561a4944 (patch)
treecf81ebdd96030aa485429fcc6998ae642d344344 /Library/Formula
parent2a2652e9ef44c9d5993a258c8b0d7d87649cead2 (diff)
downloadhomebrew-9db4190f90da516c3bcac9dbaa9102ec561a4944.tar.bz2
gearman: add --without-mysql
Fixes #13392 Closes #13820 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gearman.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gearman.rb b/Library/Formula/gearman.rb
index e71bc4ded..5e780ac30 100644
--- a/Library/Formula/gearman.rb
+++ b/Library/Formula/gearman.rb
@@ -11,7 +11,7 @@ class Gearman < Formula
depends_on 'ossp-uuid'
def install
- system "./configure", "--prefix=#{prefix}"
+ system "./configure", "--prefix=#{prefix}", "--without-mysql"
system "make install"
plist_path.write startup_plist