[Groonga-commit] groonga/groonga [master] groonga-httpd: don't put a space between -I and path

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 1日 (日) 17:26:47 JST


Kouhei Sutou	2012-07-01 17:26:47 +0900 (Sun, 01 Jul 2012)

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

  Log:
    groonga-httpd: don't put a space between -I and path

  Modified files:
    src/nginx-module/config

  Modified: src/nginx-module/config (+1 -1)
===================================================================
--- src/nginx-module/config    2012-07-01 17:26:29 +0900 (3a9d2e0)
+++ src/nginx-module/config    2012-07-01 17:26:47 +0900 (ca6fc9f)
@@ -5,7 +5,7 @@ groonga_strip_switch()
 }
 
 if [ "$GROONGA_HTTPD_IN_TREE" = yes ]; then
-  groonga_cflags="-I ${GROONGA_HTTPD_IN_TREE_INCLUDE_PATH}"
+  groonga_cflags="-I${GROONGA_HTTPD_IN_TREE_INCLUDE_PATH}"
   groonga_libs="-L${GROONGA_HTTPD_IN_TREE_LINK_PATH} ${GROONGA_HTTPD_LIBS} -Wl,-rpath=${GROONGA_HTTPD_RPATH}"
 
   ngx_addon_name=ngx_http_groonga_module
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
다운로드 



Groonga-commit メーリングリストの案内
Back to archive index