[Groonga-commit] groonga/groonga [master] divide -rpath into two arguments

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 2日 (月) 12:03:28 JST


Yoji SHIDARA	2012-07-02 12:03:28 +0900 (Mon, 02 Jul 2012)

  New Revision: 690db3c1610cba7c8e4225a64ded72a1fe90053a
  https://github.com/groonga/groonga/commit/690db3c1610cba7c8e4225a64ded72a1fe90053a

  Log:
    divide -rpath into two arguments
    
    This fixes the build problem on OSX Lion.

  Modified files:
    src/nginx-module/config

  Modified: src/nginx-module/config (+1 -1)
===================================================================
--- src/nginx-module/config    2012-07-02 11:17:17 +0900 (bc35a87)
+++ src/nginx-module/config    2012-07-02 12:03:28 +0900 (b758c32)
@@ -6,7 +6,7 @@ groonga_strip_switch()
 
 if [ "$GROONGA_HTTPD_IN_TREE" = yes ]; then
   groonga_cflags="-I${GROONGA_HTTPD_IN_TREE_INCLUDE_PATH}"
-  groonga_libs="-L${GROONGA_HTTPD_IN_TREE_LINK_PATH} -lgroonga -Wl,-rpath=${GROONGA_HTTPD_RPATH}"
+  groonga_libs="-L${GROONGA_HTTPD_IN_TREE_LINK_PATH} -lgroonga -Wl,-rpath -Wl,${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