aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorelliottcable2009-10-18 16:31:51 -0800
committerMax Howell2009-11-11 19:18:56 +0000
commitab7697f528071f7e150383ffa20476f5082fd912 (patch)
tree2a3a21ca21d2cdc3d979037993a515bfc6073946 /Library
parent794cb43534c41a3dc6108f5fdbfcb31488392f55 (diff)
downloadhomebrew-ab7697f528071f7e150383ffa20476f5082fd912.tar.bz2
Cleaning breaks out the v8 symbols in Node.js, which are necessary to build .node extensions.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/node.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index c76343d58..2d2652949 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -5,6 +5,12 @@ class Node <Formula
homepage 'http://nodejs.org/'
md5 '4e6c0427da7ff67cd475f28affb859e4'
+ def skip_clean? path
+ # TODO: at some point someone should tweak this so it only skips clean
+ # for the bits that break the build otherwise
+ true
+ end
+
def install
ENV.gcc_4_2
system "./configure", "--prefix=#{prefix}"