[Groonga-commit] groonga/groonga at a7af4bc [master] groonga-httpd windows: force to disable PCRE and zlib with MinGW build

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 23 20:04:03 JST 2014


Kouhei Sutou	2014-11-23 20:04:03 +0900 (Sun, 23 Nov 2014)

  New Revision: a7af4bca6d96b5b5885961df07f1895791c9bc86
  https://github.com/groonga/groonga/commit/a7af4bca6d96b5b5885961df07f1895791c9bc86

  Message:
    groonga-httpd windows: force to disable PCRE and zlib with MinGW build
    
    Because nginx doesn't support cross-compile of them.

  Modified files:
    src/httpd/configure

  Modified: src/httpd/configure (+2 -0)
===================================================================
--- src/httpd/configure    2014-11-23 18:48:25 +0900 (f731b74)
+++ src/httpd/configure    2014-11-23 20:04:03 +0900 (fe6ad30)
@@ -60,6 +60,8 @@ if [ "${is_mingw}" = "yes" ]; then
   configure_args="${configure_args} --crossbuild=win32"
   configure_args="${configure_args} --with-cc=${host}-gcc"
   configure_args="${configure_args} --with-cpp=${host}-c++"
+  GROONGA_HTTPD_WITH_PCRE="no"
+  GROONGA_HTTPD_WITH_ZLIB="no"
 fi
 if [ "${GROONGA_HTTPD_DEBUG}" = "yes" ]; then
   configure_args="${configure_args} --with-debug"
-------------- next part --------------
HTML����������������������������...
Download 



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