[Groonga-commit] groonga/heroku-groonga-builder at 4815d67 [master] Fix wrong configure option....

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon May 19 23:04:56 JST 2014


Kouhei Sutou	2014-05-19 23:04:56 +0900 (Mon, 19 May 2014)

  New Revision: 4815d67c96df7e3b8491e3bc2aee0b68b2d425e0
  https://github.com/groonga/heroku-groonga-builder/commit/4815d67c96df7e3b8491e3bc2aee0b68b2d425e0

  Message:
    Fix wrong configure option....

  Modified files:
    Rakefile

  Modified: Rakefile (+1 -1)
===================================================================
--- Rakefile    2014-05-19 23:01:17 +0900 (76d35c6)
+++ Rakefile    2014-05-19 23:04:56 +0900 (68341fd)
@@ -15,7 +15,7 @@ task :build do
   Dir.chdir(base_name) do
     configure_args = []
     if ENV["DEBUG"] == "yes"
-      configure_args << "--with-debug"
+      configure_args << "--enable-debug"
     end
     sh("./configure",
        "--prefix=#{install_dir}",
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る