diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-02-26 23:38:09 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-02-26 23:38:09 +0800 |
| commit | 366a5b947f96acd519bb35fbb7b1b794ded85699 (patch) | |
| tree | afd29e81b8e7227a1dc0f3a2c58ada970adab49d /repos/extra/nodejs/abuild | |
| parent | 11f053b21d86653d0c436002fb1ac010469b3853 (diff) | |
| parent | 13608c4ce852ed8cb2385aa82504a95e84c9c5d7 (diff) | |
| download | alicelinux-366a5b947f96acd519bb35fbb7b1b794ded85699.tar.gz alicelinux-366a5b947f96acd519bb35fbb7b1b794ded85699.zip | |
Merge branch 'main' of https://codeberg.org/emmett1/alicelinux
Diffstat (limited to 'repos/extra/nodejs/abuild')
| -rw-r--r-- | repos/extra/nodejs/abuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/repos/extra/nodejs/abuild b/repos/extra/nodejs/abuild index 2e609bbd..2e9c0a21 100644 --- a/repos/extra/nodejs/abuild +++ b/repos/extra/nodejs/abuild @@ -1,9 +1,10 @@ name=nodejs -version=24.13.0 +version=25.7.0 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" + 0001-no-libatomic.patch + libc++-malloc.patch + unbundle-uv.patch" build() { # use system openssl when openssl installed |