[Groonga-commit] ranguba/rroonga at 0ba9236 [master] Disable groonga-httpd by default

Back to archive index
Kouhei Sutou null+****@clear*****
Wed May 8 10:00:37 JST 2019


Kouhei Sutou	2019-05-08 10:00:37 +0900 (Wed, 08 May 2019)

  Revision: 0ba923695ed5221824fa67e0cefcaac458b76d04
  https://github.com/ranguba/rroonga/commit/0ba923695ed5221824fa67e0cefcaac458b76d04

  Message:
    Disable groonga-httpd by default

  Modified files:
    ext/groonga/extconf.rb

  Modified: ext/groonga/extconf.rb (+1 -0)
===================================================================
--- ext/groonga/extconf.rb    2019-05-08 09:59:43 +0900 (b5cacad5)
+++ ext/groonga/extconf.rb    2019-05-08 10:00:37 +0900 (f2624828)
@@ -168,6 +168,7 @@ def configure_command_line(prefix)
   command_line << "--disable-static"
   command_line << "--disable-document"
   command_line << "--disable-benchmark"
+  command_line << "--disable-groonga-httpd"
   command_line << "--without-cutter"
   escaped_command_line = command_line.collect do |command|
     Shellwords.escape(command)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190508/e904df15/attachment.html>


More information about the Groonga-commit mailing list
Back to archive index