diff options
Diffstat (limited to 'nodejs/abuild')
| -rw-r--r-- | nodejs/abuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nodejs/abuild b/nodejs/abuild index 2e609bbd..2e9c0a21 100644 --- a/nodejs/abuild +++ b/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 |