[Groonga-mysql-commit] mroonga/homebrew [master] Use -DDISABLE_DTRACE C flags instead of applying a patch

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 18 18:26:07 JST 2013


Kouhei Sutou	2013-02-18 18:26:07 +0900 (Mon, 18 Feb 2013)

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

  Log:
    Use -DDISABLE_DTRACE C flags instead of applying a patch
    
    We need GNU build tools to apply changes for configure.ac.

  Modified files:
    mroonga.rb

  Modified: mroonga.rb (+1 -1)
===================================================================
--- mroonga.rb    2013-02-18 18:08:17 +0900 (7a9ba35)
+++ mroonga.rb    2013-02-18 18:26:07 +0900 (c46be2d)
@@ -25,7 +25,6 @@ class Mroonga < Formula
 
   def patches
     [
-      "https://github.com/mroonga/mroonga/commit/48db5dd5da85e926962fe7f8ba9e7bb5748ffd3f.diff",
     ]
   end
 
@@ -126,6 +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
     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