From 07437dea8dee5f7ebe7c35c46f1251264be31f27 Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Wed, 29 Mar 2023 17:31:56 +0800 Subject: [PATCH] groonga: use `--with-ruby` in stable releases too --- Formula/groonga.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Formula/groonga.rb b/Formula/groonga.rb index af81388effbab..bdfe24c573da1 100644 --- a/Formula/groonga.rb +++ b/Formula/groonga.rb @@ -35,6 +35,7 @@ class Groonga < Formula depends_on "pcre" uses_from_macos "libxcrypt" + uses_from_macos "ruby" on_linux do depends_on "glib" @@ -55,16 +56,14 @@ def install --disable-apache-arrow --enable-mruby --with-luajit=no + --with-ruby --with-ssl --with-zlib --without-libstemmer --with-mecab ] - if build.head? - args << "--with-ruby" - system "./autogen.sh" - end + system "./autogen.sh" if build.head? mkdir "builddir" do system "../configure", *args, *std_configure_args