[Groonga-mysql-commit] mroonga/homebrew [master] Add missing ENV.

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 19 10:07:51 JST 2013


Kouhei Sutou	2013-02-19 10:07:51 +0900 (Tue, 19 Feb 2013)

  New Revision: d3761fa17cf4f4309d5f53e45af345b6b4048a5e
  https://github.com/mroonga/homebrew/commit/d3761fa17cf4f4309d5f53e45af345b6b4048a5e

  Log:
    Add missing ENV.
    
    Sorry...

  Modified files:
    mroonga.rb

  Modified: mroonga.rb (+1 -1)
===================================================================
--- mroonga.rb    2013-02-18 18:26:07 +0900 (c46be2d)
+++ mroonga.rb    2013-02-19 10:07:51 +0900 (d6c5c5a)
@@ -125,7 +125,7 @@ class Mroonga < Formula
   end
 
   def install_mroonga(mysql_source_path, mysql_config_path)
-    append_to_cflags("-DDISABLE_DTRACE") # Remove me since 3.0.1
+    ENV.append_to_cflags("-DDISABLE_DTRACE") # Remove me since 3.0.1
     configure_args = build_configure_args(mysql_source_path, mysql_config_path)
     system("./configure", *configure_args)
     system("make")
-------------- next part --------------
HTML����������������������������...
Download 



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