nodejs: rebuild against icu-62.1

This commit is contained in:
maxice8 2018-08-28 07:17:05 -03:00
parent dd7fa1e1ce
commit 06f09a2b95
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,12 +1,13 @@
# Template file for 'nodejs'
pkgname=nodejs
version=10.7.0
revision=1
wrksrc=node-v${version}
revision=2
wrksrc="node-v${version}"
hostmakedepends="pkg-config python $(vopt_if icu icu)"
makedepends="zlib-devel python-devel $(vopt_if icu icu-devel)
$(vopt_if ssl libressl-devel) $(vopt_if libuv libuv-devel)
$(vopt_if http_parser http-parser-devel)"
$(vopt_if http_parser http-parser-devel) $(vopt_if nghttp2 nghttp2-devel)
$(vopt_if cares c-ares-devel)"
short_desc="Evented I/O for V8 javascript"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="MIT"
@ -14,12 +15,14 @@ homepage="https://nodejs.org/"
distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
checksum=b9691cbc6e6a2e209a9b8cb88fd942802236dae06652080f582304dbdd505ad2
build_options="ssl libuv http_parser icu"
build_options="ssl libuv http_parser icu nghttp2 cares"
desc_option_ssl="Enable shared libressl"
desc_option_libuv="Enable shared libuv"
desc_option_http_parser="Enable shared http-parser"
desc_option_icu="Enable shared icu"
build_options_default="libuv http_parser icu"
desc_option_nghttp2="Enable shared nghttp2"
desc_option_cares="Enable shared c-ares"
build_options_default="libuv http_parser icu nghttp2 cares"
replaces="iojs>=0"
conflicts="nodejs-lts"
@ -40,7 +43,9 @@ do_configure() {
$(vopt_if icu --with-intl=system-icu) \
$(vopt_if http_parser --shared-http-parser) \
$(vopt_if ssl --shared-openssl) \
$(vopt_if libuv --shared-libuv) ${_args}
$(vopt_if libuv --shared-libuv) \
$(vopt_if nghttp2 --shared-nghttp2) \
$(vopt_if cares --shared-cares) ${_args}
}
do_build() {
if [ "$CROSS_BUILD" ]; then