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:
parent
937d54bf69
commit
0d78c18331
1 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue