diff options
| author | Ian Van Ness | 2012-07-31 08:19:40 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-04 08:32:34 -0700 |
| commit | 9db4190f90da516c3bcac9dbaa9102ec561a4944 (patch) | |
| tree | cf81ebdd96030aa485429fcc6998ae642d344344 /Library | |
| parent | 2a2652e9ef44c9d5993a258c8b0d7d87649cead2 (diff) | |
| download | homebrew-9db4190f90da516c3bcac9dbaa9102ec561a4944.tar.bz2 | |
gearman: add --without-mysql
Fixes #13392
Closes #13820
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gearman.rb | 2 |
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 |
