build: Remove building against a shared V8
authorJohan Bergström <bugs@bergstroem.nu>
Thu, 2 Apr 2015 23:13:43 +0000 (10:13 +1100)
committerJohan Bergström <bugs@bergstroem.nu>
Tue, 7 Apr 2015 05:02:42 +0000 (15:02 +1000)
commitd726a177ed59c37cf5306983ed00ecd858cfbbef
tree7fbbf9a6e9572e6afb56a907f4a80474aec4d10d
parentd72e50a57cb74deb9dc2c6d9bb29aeeb640b471f
build: Remove building against a shared V8

This action is to encourage packagers to not build against a
shared V8 library since even minor bumps of V8 can create issues.

PR-URL: https://github.com/iojs/io.js/pull/1331
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
configure
doc/api/process.markdown
node.gyp
tools/install.py