diff options
| author | elliottcable | 2009-10-18 16:31:51 -0800 |
|---|---|---|
| committer | Max Howell | 2009-11-11 19:18:56 +0000 |
| commit | ab7697f528071f7e150383ffa20476f5082fd912 (patch) | |
| tree | 2a3a21ca21d2cdc3d979037993a515bfc6073946 /Library | |
| parent | 794cb43534c41a3dc6108f5fdbfcb31488392f55 (diff) | |
| download | homebrew-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.rb | 6 |
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}" |
