mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-06 10:53:21 +00:00
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.