aboutsummaryrefslogtreecommitdiff
path: root/extra/nodejs
diff options
context:
space:
mode:
Diffstat (limited to 'extra/nodejs')
-rwxr-xr-xextra/nodejs/build8
-rw-r--r--extra/nodejs/checksums2
-rw-r--r--extra/nodejs/sources2
-rw-r--r--extra/nodejs/version2
4 files changed, 9 insertions, 5 deletions
diff --git a/extra/nodejs/build b/extra/nodejs/build
index 0ef981e1..e773f969 100755
--- a/extra/nodejs/build
+++ b/extra/nodejs/build
@@ -1,12 +1,16 @@
#!/bin/sh -e
-# shellcheck disable=3045
+# shellcheck disable=3045,2039
ulimit -n 4096 ||:
./configure \
--prefix=/usr \
- --with-intl=none \
+ --with-intl=small-icu \
+ --fully-static \
--ninja
+# Remove broken subninja that we don't require anyway.
+# clsed '/^subninja.*openssl-fipsmodule/d' out/Release/build.ninja
+
ninja -C out/Release
tools/install.py install "$1" /usr
diff --git a/extra/nodejs/checksums b/extra/nodejs/checksums
index d9b18da2..abd1414a 100644
--- a/extra/nodejs/checksums
+++ b/extra/nodejs/checksums
@@ -1,2 +1,2 @@
%BLAKE3
-b50f99929c1d69b8d7c19a342cb7194992e689aac02af73f7494ee722c1b1078 v16.10.0.tar.gz
+85f2e67e2f6e8f290494ca8fb595d5a4fd5e9f7b0d480376e814c97da2f3f222 v20.7.0.tar.gz
diff --git a/extra/nodejs/sources b/extra/nodejs/sources
index 29a4c725..6886b973 100644
--- a/extra/nodejs/sources
+++ b/extra/nodejs/sources
@@ -1 +1 @@
-https://github.com/nodejs/node/archive/v16.10.0.tar.gz
+https://github.com/nodejs/node/archive/v20.7.0.tar.gz
diff --git a/extra/nodejs/version b/extra/nodejs/version
index 37a9bdf0..0a2edb2c 100644
--- a/extra/nodejs/version
+++ b/extra/nodejs/version
@@ -1 +1 @@
-16.10.0 1
+20.7.0 1