Files
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
..
2016-09-21 17:49:02 -04:00
2015-09-08 19:18:52 -04:00