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 nodejs: Update from 4.2.3 to 5.4.1 2016-01-14 22:41:39 -05:00
deps-npm-lib-build.js.patch nodejs: Update from 4.2.3 to 5.4.1 2016-01-14 22:41:39 -05:00
deps-v8-src-flag-definitions.h.patch nodejs: Disable v8 warning and set TMPDIR 2016-05-02 18:42:00 -04:00
lib-child_process.js.patch nodejs: Update from 6.1 to 6.2 2016-05-18 19:23:01 -04:00
lib-os.js.patch nodejs: Update from 5.9.1 to 5.10.0 2016-04-04 05:05:43 -04:00
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 nodejs: Patches for getting npm to work 2015-07-25 18:03:43 -04:00
npm-tmp-patch.patch nodejs: Patches for getting npm to work 2015-07-25 18:03:43 -04:00
src-cares_wrap.cc.patch nodejs: Cleanup and build against shared c-ares 2016-05-02 00:48:34 -04:00
src-node.cc.patch node: Update to 4.0 2015-09-08 19:18:52 -04:00
src-node_main.cc.patch nodejs: Update from 6.3.0 to 6.3.1 2016-07-23 15:48:29 -04:00