nodejs-lts: update to 12.22.9.

This commit is contained in:
Leah Neukirchen 2022-01-13 22:40:47 +01:00
parent dbcbae1388
commit 2d3c88a8e7
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'nodejs-lts'
pkgname=nodejs-lts
version=12.22.4
version=12.22.9
revision=1
wrksrc="node-v${version}"
# Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
@ -18,7 +18,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT"
homepage="https://nodejs.org/"
distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
checksum=613b5a895d85d72b4aa495bdf0ffa483ad8b33635a173c4beb94d2842db740f5
checksum=592ecc53ed8a64dd1a2eb574b4c85d30656e4aee3a02ef997fa8ad92bf025d6a
python_version=3
build_options="ssl libuv http_parser icu nghttp2 cares"
@ -46,6 +46,11 @@ esac
CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
post_patch() {
# XXX Drop after c-ares 1.17.3 has been released.
vsed -i -e 's:<ares_nameser.h>:<arpa/nameser.h>:g' src/cares_wrap.cc
}
do_configure() {
local _args