mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-10 11:50:52 +00:00
Major changes that might affect end users: - Notable changes section of releases v25.0.0-v25.2.1 - https://github.com/nodejs/node/releases/tag/v25.0.0 - https://github.com/nodejs/node/releases/tag/v25.1.0 - https://github.com/nodejs/node/releases/tag/v25.2.0 - https://github.com/nodejs/node/releases/tag/v25.2.1 - V8 has been updated to 14.1 - Your dependencies might not support Node v25 yet, so you might have to switch to older v24 release by installing nodejs-lts package. node_mksnapshot now needs to be built when cross-compiling, so do built it (removed patch to prevent it from building in node.gyp) Pass --debug flag to configure.py during debug builds. Else it fails to generate files which are necessary for compilation of certain symbols during debug builds. More explanation for this can be found in build.sh file Closes #26784