Commit Graph

6 Commits

Author SHA1 Message Date
Yaksh Bariya 61e350af62 nodejs: update to v17.8.0 2022-03-27 04:35:40 +00:00
Yaksh Bariya b7fc720801 nodejs: update to v17.7.1 2022-03-12 07:59:50 +00:00
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
Fredrik Fornwall b1a9c9c562 nodejs: Just keep a single current package
Drop the LTS version of node.js for now and keep only a single current
node package.
2018-09-11 23:51:55 +02:00
Fredrik Fornwall e86e2fc5b1 nodejs: Update from 5.9.1 to 5.10.0 2016-04-04 05:05:43 -04:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00