From 5f85ab6096e9e85f4a4b286172b6b5344b1de34b Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 27 Oct 2025 22:35:23 +0800 Subject: www/node25: Add node25 25.0.0 Node.js is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts. --- www/node25/files/patch-deps-openssl-openssl_no_asm.gypi | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/node25/files/patch-deps-openssl-openssl_no_asm.gypi (limited to 'www/node25/files/patch-deps-openssl-openssl_no_asm.gypi') diff --git a/www/node25/files/patch-deps-openssl-openssl_no_asm.gypi b/www/node25/files/patch-deps-openssl-openssl_no_asm.gypi new file mode 100644 index 000000000000..a7f94c9eda31 --- /dev/null +++ b/www/node25/files/patch-deps-openssl-openssl_no_asm.gypi @@ -0,0 +1,11 @@ +--- deps/openssl/openssl_no_asm.gypi.orig 2025-05-06 12:36:29 UTC ++++ deps/openssl/openssl_no_asm.gypi +@@ -46,7 +46,7 @@ + 'includes': ['config/archs/linux64-loongarch64/no-asm/openssl.gypi'], + }, { + # Other architectures don't use assembly +- 'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'], ++ 'includes': ['config/archs/linux-elf/no-asm/openssl.gypi'], + }], + ], + } -- cgit v1.2.3