[Groonga-commit] groonga/gcs [master] package: Node.js's configure doesn't support CFLAGS and CXXFLAGS

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 21日 (木) 16:44:24 JST


Kouhei Sutou	2012-06-21 16:44:24 +0900 (Thu, 21 Jun 2012)

  New Revision: e3a4e450d5cee1952a6a6c359c686fe633e588bd
  https://github.com/groonga/gcs/commit/e3a4e450d5cee1952a6a6c359c686fe633e588bd

  Log:
    package: Node.js's configure doesn't support CFLAGS and CXXFLAGS

  Modified files:
    packages/all-in-one/Rakefile

  Modified: packages/all-in-one/Rakefile (+1 -1)
===================================================================
--- packages/all-in-one/Rakefile    2012-06-21 16:39:50 +0900 (bb3c261)
+++ packages/all-in-one/Rakefile    2012-06-21 16:44:24 +0900 (8e4a290)
@@ -132,7 +132,7 @@ namespace(:node) do
       sh("tar", "xzf", tar_gz_path.to_s) or exit(false)
       Dir.chdir(source_path.to_s) do
         options = ["--prefix=#{@dist_dir}"]
-        options.concat(debug_flags) if build_debug_p
+        # options.concat(debug_flags) if build_debug_p
         sh("./configure", *options) or exit(false)
         sh("make", "-j8") or exit(false)
         sh("make", "install") or exit(false)
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index