termux-packages/packages/nodejs
Fredrik Fornwall a27c409f20 nodejs: Do not use a shared libuv
Using a shared libuv for node does not work when dlopen():ing
shared libraries in node packages which uses libuv symbols
without linking to libuv explicitly, as the Android linker does
not use linked libraries on dlopen() to resolve symbols due to
historical reasons.

Fixes #462.
2016-09-21 17:49:02 -04:00
..
build.sh nodejs: Do not use a shared libuv 2016-09-21 17:49:02 -04:00
configure.patch
deps-npm-lib-build.js.patch
deps-v8-src-flag-definitions.h.patch
lib-child_process.js.patch
lib-os.js.patch
node.gyp.patch nodejs: Update from 6.3.0 to 6.3.1 2016-07-23 15:48:29 -04:00
npm-avoid-chown.patch
npm-tmp-patch.patch
src-cares_wrap.cc.patch
src-node_main.cc.patch nodejs: Update from 6.3.0 to 6.3.1 2016-07-23 15:48:29 -04:00
src-node.cc.patch