sphinx: fix re2 option.
Add it to configure args. References Homebrew/homebrew#30782. Closes Homebrew/homebrew#31695. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
6f9afdd0de
commit
34ecba10ad
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ class Sphinx < Formula
|
|||
--with-libstemmer]
|
||||
|
||||
args << "--enable-id64" if build.include? 'id64'
|
||||
args << "--with-re2" if build.with? 're2'
|
||||
|
||||
%w{mysql pgsql}.each do |db|
|
||||
if build.include? db
|
||||
|
|
Loading…
Reference in a new issue