diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-09 08:52:21 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-09 08:52:21 +0000 |
| commit | dfb8c6f1bd7a3988625cace4e6f638a7cb311f4a (patch) | |
| tree | 602979223a660dacaa67890ad2fa72d489007ab4 /repos/extra/nodejs/abuild | |
| parent | d6cc732977085f7e7b4d861163a509576068175a (diff) | |
| download | alicelinux-dfb8c6f1bd7a3988625cace4e6f638a7cb311f4a.tar.gz alicelinux-dfb8c6f1bd7a3988625cace4e6f638a7cb311f4a.zip | |
nodejs: updated to 24.11.1
Diffstat (limited to 'repos/extra/nodejs/abuild')
| -rw-r--r-- | repos/extra/nodejs/abuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/nodejs/abuild b/repos/extra/nodejs/abuild index 992ca1e2..ebc2d187 100644 --- a/repos/extra/nodejs/abuild +++ b/repos/extra/nodejs/abuild @@ -1,7 +1,8 @@ name=nodejs -version=24.10.0 +version=24.11.1 release=1 source="https://$name.org/dist/v$version/node-v$version.tar.xz + nodejs-allow-build-with-python-3.14.patch 0001-no-libatomic.patch" build() { @@ -18,7 +19,6 @@ build() { --shared-cares \ --shared-libuv \ --shared-nghttp2 \ - --shared-nghttp3 \ --shared-zlib \ --with-intl=system-icu \ $_opt |