From 027eb7697a8b617a3478ea9419f14a09e4678a74 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 20 Sep 2023 11:33:04 +0200 Subject: nodejs: bump to 20.7.0 --- extra/nodejs/build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'extra/nodejs/build') diff --git a/extra/nodejs/build b/extra/nodejs/build index 089684a9..e773f969 100755 --- a/extra/nodejs/build +++ b/extra/nodejs/build @@ -5,11 +5,12 @@ 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 +# clsed '/^subninja.*openssl-fipsmodule/d' out/Release/build.ninja ninja -C out/Release tools/install.py install "$1" /usr -- cgit v1.2.3