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

Back to archive index

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


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

  New Revision: 26ec2251c28dda151c66f4a530f2330d009edb32
  https://github.com/groonga/groonga/commit/26ec2251c28dda151c66f4a530f2330d009edb32

  Log:
    groonga-httpd: don't put a space between -L and path
    
    It fails a build on Mac OS X.
    
    Reported by SHIMADA Koji. Thanks!!!

  Modified files:
    src/nginx-module/config

  Modified: src/nginx-module/config (+1 -1)
===================================================================
--- src/nginx-module/config    2012-07-01 17:13:38 +0900 (a25a377)
+++ src/nginx-module/config    2012-07-01 17:17:51 +0900 (af75a8f)
@@ -6,7 +6,7 @@ groonga_strip_switch()
 
 if [ "$GROONGA_HTTPD_IN_TREE" = yes ]; then
   groonga_cflags="${GROONGA_HTTPD_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}"
+  groonga_libs="-L${GROONGA_HTTPD_IN_TREE_LINK_PATH} ${GROONGA_HTTPD_LIBS} -Wl,-rpath=${GROONGA_HTTPD_RPATH}"
 
   ngx_addon_name=ngx_http_groonga_module
   HTTP_MODULES="$HTTP_MODULES ngx_http_groonga_module"
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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