gearman: add --without-mysql

Fixes  Homebrew/homebrew#13392
Closes Homebrew/homebrew#13820

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Ian Van Ness 2012-07-31 08:19:40 -07:00 committed by Adam Vandenberg
parent ac9d972191
commit 4f18c9b7bf
1 changed files with 1 additions and 1 deletions

View File

@ -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