diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/groonga.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/groonga.rb b/Library/Formula/groonga.rb index 342cf1301..a4dce2c0a 100644 --- a/Library/Formula/groonga.rb +++ b/Library/Formula/groonga.rb @@ -10,7 +10,8 @@ class Groonga < Formula depends_on 'msgpack' def install - system "./configure", "--prefix=#{prefix}", "--with-zlib" + # ZeroMQ is an optional dependency that will be auto-detected unless we disbale it + system "./configure", "--prefix=#{prefix}", "--with-zlib", "--disable-zeromq" system "make install" end end |
