groonga: remove options.

See https://github.com/Homebrew/homebrew-core/issues/31510.

Closes #36229.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
Mike McQuaid 2019-01-21 16:50:29 +00:00 committed by FX Coudert
parent 937d54bf69
commit 0d78c18331

View file

@ -19,11 +19,11 @@ class Groonga < Formula
end
depends_on "pkg-config" => :build
depends_on "mecab"
depends_on "mecab-ipadic"
depends_on "msgpack"
depends_on "openssl"
depends_on "pcre"
depends_on "mecab" => :optional
depends_on "mecab-ipadic" if build.with? "mecab"
link_overwrite "lib/groonga/plugins/normalizers/"
link_overwrite "share/doc/groonga-normalizer-mysql/"
@ -42,10 +42,9 @@ class Groonga < Formula
--with-ssl
--with-zlib
--without-libstemmer
--with-mecab
]
args << "--with-mecab" if build.with? "mecab"
if build.head?
args << "--with-ruby"
system "./autogen.sh"