[Groonga-commit] groonga/heroku-buildpack-groonga at b8c82cb [master] Set paths for Groonga

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 22 23:55:23 JST 2016


Kouhei Sutou	2016-02-22 23:55:23 +0900 (Mon, 22 Feb 2016)

  New Revision: b8c82cbdab5a6099bf2ddd8b5e4b55792c26a3eb
  https://github.com/groonga/heroku-buildpack-groonga/commit/b8c82cbdab5a6099bf2ddd8b5e4b55792c26a3eb

  Message:
    Set paths for Groonga

  Modified files:
    bin/compile

  Modified: bin/compile (+2 -0)
===================================================================
--- bin/compile    2016-02-21 11:59:47 +0900 (0ded2c4)
+++ bin/compile    2016-02-22 23:55:23 +0900 (67a7c00)
@@ -121,6 +121,8 @@ Dir.chdir(build_dir) do
   ]
   ld_library_paths = [lib_dir] + base_ld_library_paths
   ENV["LD_LIBRARY_PATH"] = build_path_environment_value(ld_library_paths)
+  ENV["GRN_PLUGINS_DIR"] = "#{absolete_prefix}/plugins"
+  ENV["GRN_RUBY_SCRIPTS_DIR"] = "#{absolete_prefix}/lib/mrb/scripts"
   mkdir_p(File.dirname(database_path))
   sh("groonga", "-n", database_path, "quit")
 
-------------- next part --------------
HTML����������������������������...
Download 



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