Commit Graph

7 Commits

Author SHA1 Message Date
termux-pacman-bot
002fcf1699 upgpkg(main/nodejs): v19.4.0 2023-01-10 15:35:08 +00:00
termux-actions[bot]
23adc23a4e packages/nodejs 2022-05-23 08:49:26 +00:00
termux-actions[bot]
e63c8c26c0 packages/nodejs 2022-03-27 04:48:15 +00:00
termux-actions[bot]
9668667308 packages/nodejs 2022-03-12 08:22:13 +00:00
Yaksh Bariya
d6dcb8dc77 nodejs: Bump to 16.9.1 2021-09-14 06:58:41 +05:30
Yaksh Bariya
dddd5b0a9b nodejs: Hardcode linker flags for shared libraries
We are passing flags to `configure.py` in order to tell the nodejs build
toolchain to use shared libraries. The toolchain seems to mistakenly
also try use shared libraries for host build, but it does not add
respective linker flags (For example `-lz` for zlib). This commit
hardcodes these flags to be always passed to linker by setting linker to
linker + LDFLAGS of shared libraries
2021-09-14 06:58:41 +05:30
Leonid Pliushch
0eacbc0a93 nodejs: prevent calling setgroups(), setuid(), setgid()
These syscalls are blocked by seccomp.
2019-09-23 13:54:15 +03:00