diff --git a/network/library/nodejs/actions.py b/network/library/nodejs/actions.py
index c308d74600..24dbe20b95 100644
--- a/network/library/nodejs/actions.py
+++ b/network/library/nodejs/actions.py
@@ -17,8 +17,11 @@ shelltools.export("JOBS", get.makeJOBS().replace("-j5", "-j2"))
def setup():
autotools.rawConfigure("--prefix=/usr \
- --with-intl=system-icu \
- --shared-openssl")
+ --shared-libuv \
+ --shared-openssl \
+ --shared-nghttp2 \
+ --shared-zlib \
+ --with-intl=system-icu")
def build():
autotools.make()
@@ -26,4 +29,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("AUTHORS", "README*")
\ No newline at end of file
+ pisitools.dodoc("AUTHORS", "README*")
diff --git a/network/library/nodejs/pspec.xml b/network/library/nodejs/pspec.xml
index 3938fa1892..775dce1911 100644
--- a/network/library/nodejs/pspec.xml
+++ b/network/library/nodejs/pspec.xml
@@ -13,10 +13,13 @@
app:console
Evented I/O for V8 javascript
Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaScript code outside of a browser.
- https://nodejs.org/dist/v15.10.0/node-v15.10.0.tar.xz
+ https://nodejs.org/dist/v16.4.2/node-v16.4.2.tar.xz
- openssl-devel
icu4c-devel
+ libuv-devel
+ openssl-devel
+ python3-devel
+ libnghttp2-devel
@@ -27,9 +30,12 @@
nodejs
Node.js JavaScript runtime
- openssl
- libgcc
icu4c
+ zlib
+
+ libgcc
+ openssl
+ libnghttp2
/usr/lib/node_modules
@@ -42,6 +48,13 @@
+
+ 2021-07-09
+ 16.4.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-02-27
15.10.0