aboutsummaryrefslogtreecommitdiffstats
path: root/community/nodejs-current
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-07-14 09:35:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-07-14 09:35:29 +0000
commit38cb5bb494fc90a8f9589e039dbb38fe19fcf507 (patch)
treea1ae022e57bb5f3e89a9326b80cbdbeac3136dc4 /community/nodejs-current
parentf8f4b275a623445593c211a194dfd8dbd089a6bc (diff)
downloadaports-38cb5bb494fc90a8f9589e039dbb38fe19fcf507.tar.bz2
aports-38cb5bb494fc90a8f9589e039dbb38fe19fcf507.tar.xz
community/nodejs-current: build with system c-ares
Diffstat (limited to 'community/nodejs-current')
-rw-r--r--community/nodejs-current/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/nodejs-current/APKBUILD b/community/nodejs-current/APKBUILD
index 934ccda991..cf4c4040ba 100644
--- a/community/nodejs-current/APKBUILD
+++ b/community/nodejs-current/APKBUILD
@@ -3,7 +3,7 @@
pkgname=nodejs-current
# The current stable version, i.e. non-LTS.
pkgver=8.1.3
-pkgrel=0
+pkgrel=1
pkgdesc="JavaScript runtime built on V8 engine - current stable version"
url="http://nodejs.org/"
arch="all"
@@ -12,7 +12,7 @@ depends="ca-certificates"
depends_dev="libuv"
# gold is needed for mksnapshot
makedepends="$depends_dev python2 openssl-dev zlib-dev libuv-dev linux-headers
- paxmark binutils-gold http-parser-dev ca-certificates"
+ paxmark binutils-gold http-parser-dev ca-certificates c-ares-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-npm::noarch"
provides="nodejs"
replaces="nodejs nodejs-lts" # nodejs-lts for backward compatibility
@@ -36,6 +36,7 @@ build() {
--shared-libuv \
--shared-openssl \
--shared-http-parser \
+ --shared-cares \
--openssl-use-def-ca-store \
|| return 1