nodejs: update to 14.17.6.
This commit is contained in:
parent
9a129c2eff
commit
3db1a2d355
1 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nodejs'
|
# Template file for 'nodejs'
|
||||||
pkgname=nodejs
|
pkgname=nodejs
|
||||||
version=14.17.2
|
version=14.17.6
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="node-v${version}"
|
wrksrc="node-v${version}"
|
||||||
# Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
|
# Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
|
||||||
hostmakedepends="which pkg-config python3 libatomic-devel zlib-devel
|
hostmakedepends="which pkg-config python3 libatomic-devel zlib-devel
|
||||||
|
@ -18,7 +18,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://nodejs.org/"
|
homepage="https://nodejs.org/"
|
||||||
distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
|
distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
|
||||||
checksum=@62a17229c56bedb698443c314211c8f95df09bb6523fb4ad2b4b229e8be6263a
|
checksum=@c5d6fc4c970ab1db16d279e4e53cf71f4abf4a1be9598dd0ecd6a2e0d433506a
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
build_options="ssl libuv http_parser icu nghttp2 cares"
|
build_options="ssl libuv http_parser icu nghttp2 cares"
|
||||||
|
@ -51,6 +51,11 @@ esac
|
||||||
CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||||
CXXFLAGS="-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.h
|
||||||
|
}
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
local _args
|
local _args
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue