nodejs: use shared libuv.

This commit is contained in:
Enno Boland 2015-03-05 10:50:27 +01:00
parent a52721a009
commit e9fab9f075
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'nodejs'
pkgname=nodejs
version=0.12.0
revision=2
revision=3
wrksrc=node-v${version}
hostmakedepends="pkg-config python"
makedepends="libressl-devel>=2.1.4 zlib-devel python-devel"
makedepends="libressl-devel>=2.1.4 zlib-devel python-devel libuv-devel"
depends="python"
short_desc="Evented I/O for V8 javascript"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -23,7 +23,7 @@ do_configure() {
*) msg_error "$pkgver: cannot be cross compiled for ${XBPS_TARGET_MACHINE}\n" ;;
esac
fi
./configure --prefix=/usr --openssl-use-sys --shared-zlib ${_args}
./configure --prefix=/usr --openssl-use-sys --shared-zlib --shared-libuv ${_args}
}
do_build() {
if [ "$CROSS_BUILD" ]; then