[Groonga-commit] groonga/groonga [master] httpd: prefer libgroonga in the in-tree link path

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 26日 (火) 15:16:05 JST


Ryo Onodera	2012-06-26 15:16:05 +0900 (Tue, 26 Jun 2012)

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

  Log:
    httpd: prefer libgroonga in the in-tree link path

  Modified files:
    src/nginx-module/config

  Modified: src/nginx-module/config (+1 -1)
===================================================================
--- src/nginx-module/config    2012-06-26 15:13:17 +0900 (c040d29)
+++ src/nginx-module/config    2012-06-26 15:16:05 +0900 (a25a377)
@@ -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="${GROONGA_HTTPD_LIBS} -Wl,-rpath=${GROONGA_HTTPD_RPATH} -L ${GROONGA_HTTPD_IN_TREE_LINK_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
   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