[Groonga-commit] groonga/groonga at 6bd4062 [master] deb: enable http_ssl_module by default

Back to archive index

HAYASHI Kentaro null+****@clear*****
Mon Feb 22 17:23:02 JST 2016


HAYASHI Kentaro	2016-02-22 17:23:02 +0900 (Mon, 22 Feb 2016)

  New Revision: 6bd4062acb21b60dec380b8839b09fdfacf8eae9
  https://github.com/groonga/groonga/commit/6bd4062acb21b60dec380b8839b09fdfacf8eae9

  Message:
    deb: enable http_ssl_module by default
    
    [groonga-dev,03948]
    
    Suggested by @KitaitiMakoto. Thanks!!!
    
    TODO: fix .spec too.

  Modified files:
    packages/debian/control
    src/httpd/configure

  Modified: packages/debian/control (+2 -1)
===================================================================
--- packages/debian/control    2016-02-22 13:21:02 +0900 (e400f67)
+++ packages/debian/control    2016-02-22 17:23:02 +0900 (c48aec2)
@@ -17,7 +17,8 @@ Build-Depends:
   libmecab-dev,
   libpcre3-dev,
   libstemmer-dev,
-  libjemalloc-dev
+  libjemalloc-dev,
+  libssl-dev
 Standards-Version: 3.9.5
 Homepage: http://groonga.org/
 

  Modified: src/httpd/configure (+1 -0)
===================================================================
--- src/httpd/configure    2016-02-22 13:21:02 +0900 (0143935)
+++ src/httpd/configure    2016-02-22 17:23:02 +0900 (594431c)
@@ -96,6 +96,7 @@ auto/configure \
   --with-ld-opt="${ld_opt}" \
   --with-http_stub_status_module \
   --with-http_v2_module \
+  --with-http_ssl_module \
   ${configure_args}
 exit_code=$?
 set -e
-------------- next part --------------
HTML����������������������������...
Descargar 



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