diff options
author | Cem Keylan <cem@ckyln.com> | 2023-09-20 11:33:04 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-09-20 11:33:04 +0200 |
commit | 027eb7697a8b617a3478ea9419f14a09e4678a74 (patch) | |
tree | aace58fdf0b823e0d4715f1db35a00f75f761306 /extra/nodejs/build | |
parent | 7e13cdb96e42696cf4cb3380b47cb1173383b681 (diff) | |
download | repository-027eb7697a8b617a3478ea9419f14a09e4678a74.tar.gz |
nodejs: bump to 20.7.0
Diffstat (limited to 'extra/nodejs/build')
-rwxr-xr-x | extra/nodejs/build | 5 |
1 files changed, 3 insertions, 2 deletions
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 |