[Groonga-commit] groonga/heroku-groonga-builder at 3922eee [master] Add the --with-charset=utf8

Back to archive index

Ryo Sugimoto null+****@clear*****
Mon Sep 15 08:47:46 JST 2014


Ryo Sugimoto	2014-09-15 08:47:46 +0900 (Mon, 15 Sep 2014)

  New Revision: 3922eee2e28e2d413e87cb6866ba33d9422c4724
  https://github.com/groonga/heroku-groonga-builder/commit/3922eee2e28e2d413e87cb6866ba33d9422c4724

  Merged 295f173: Merge branch 'build_mecab' of github.com:groonga/heroku-groonga-builder into build-mecab

  Message:
    Add the --with-charset=utf8

  Modified files:
    Rakefile

  Modified: Rakefile (+2 -1)
===================================================================
--- Rakefile    2014-09-15 08:43:31 +0900 (d079e5f)
+++ Rakefile    2014-09-15 08:47:46 +0900 (552cb69)
@@ -140,7 +140,8 @@ class GroongaBuilder
     Dir.chdir(naist_jdic_archive_name) do
       sh("./configure",
 	 "--prefix=#{absolete_mecab_prefix}",
-	 "--with-mecab-config=#{mecab_config}")
+	 "--with-mecab-config=#{mecab_config}"
+	 "--with-charset=utf8")
       sh("make")
       sh("make", "install")
     end
-------------- next part --------------
HTML����������������������������...
Download 



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