Commit d5aae71f authored by Damian Montero's avatar Damian Montero

Fixing the fatal error: cannot find 'ld'

parent 7ac2d6b8
......@@ -9,7 +9,7 @@ class Node_stable < Package
depends_on 'python27'
def self.build
system "CC='gcc' python2.7 ./configure"
system "CC='gcc' python2.7 ./configure --without-snapshot"
system "make"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment