[Groonga-commit] pgroonga/pgroonga at cebeb32 [master] Use "_" instead of "-" for shared library path

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 5 23:20:03 JST 2017


Kouhei Sutou	2017-01-05 23:20:03 +0900 (Thu, 05 Jan 2017)

  New Revision: cebeb326bf3eb2f9621d53756599d92abb042812
  https://github.com/pgroonga/pgroonga/commit/cebeb326bf3eb2f9621d53756599d92abb042812

  Message:
    Use "_" instead of "-" for shared library path
    
    Because PostgreSQL uses "_".

  Modified files:
    CMakeLists.txt
    pgroonga-check.mk
    test/helpers/sandbox.rb

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2017-01-05 23:18:27 +0900 (9353094)
+++ CMakeLists.txt    2017-01-05 23:20:03 +0900 (23653eb)
@@ -20,7 +20,7 @@ set(PGRN_POSTGRESQL_VERSION "unknown"
   CACHE STRING "PostgreSQL version")
 
 set(PGRN_DLL_NAME "${PGRN_PROJECT_ID}")
-set(PGRN_CHECK_DLL_NAME "${PGRN_PROJECT_ID}-check")
+set(PGRN_CHECK_DLL_NAME "${PGRN_PROJECT_ID}_check")
 
 set(PGRN_LIBRARY_NAME "lib${PGRN_DLL_NAME}")
 set(PGRN_CHECK_LIBRARY_NAME "lib${PGRN_CHECK_DLL_NAME}")

  Modified: pgroonga-check.mk (+1 -1)
===================================================================
--- pgroonga-check.mk    2017-01-05 23:18:27 +0900 (a70c551)
+++ pgroonga-check.mk    2017-01-05 23:20:03 +0900 (361934e)
@@ -1,6 +1,6 @@
 PACKAGES =
 
-MODULE_big = pgroonga-check
+MODULE_big = pgroonga_check
 include makefiles/pgroonga-check-sources.mk
 OBJS = $(SRCS:.c=.o)
 

  Modified: test/helpers/sandbox.rb (+1 -1)
===================================================================
--- test/helpers/sandbox.rb    2017-01-05 23:18:27 +0900 (95e430c)
+++ test/helpers/sandbox.rb    2017-01-05 23:20:03 +0900 (64ecc1b)
@@ -152,7 +152,7 @@ module Helpers
         conf.puts("unix_socket_directories = '#{@socket_dir}'")
         conf.puts("logging_collector = on")
         conf.puts("log_filename = 'postgresql.log'")
-        conf.puts("shared_preload_libraries = 'pgroonga-check.#{dll_extension}'")
+        conf.puts("shared_preload_libraries = 'pgroonga_check.#{dll_extension}'")
         conf.puts("pgroonga.enable_wal = yes")
       end
     end
-------------- next part --------------
HTML����������������������������...
Download 



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