Commit Graph

5 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 da11efa0c6 nodejs: Update from 6.3.0 to 6.3.1 2016-07-23 15:48:29 -04:00
Fredrik Fornwall 49f47ae04c nodejs: Disable v8 warning and set TMPDIR 2016-05-02 18:42:00 -04:00