mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
nodejs: replaces iojs.
This commit is contained in:
parent
e7e860b707
commit
a150f4da6d
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nodejs'
|
# Template file for 'nodejs'
|
||||||
pkgname=nodejs
|
pkgname=nodejs
|
||||||
version=4.0.0
|
version=4.0.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=node-v${version}
|
wrksrc=node-v${version}
|
||||||
hostmakedepends="pkg-config python"
|
hostmakedepends="pkg-config python"
|
||||||
makedepends="zlib-devel python-devel
|
makedepends="zlib-devel python-devel
|
||||||
|
@ -20,6 +20,8 @@ desc_option_http_parser="Enable shared http-parser"
|
||||||
# broken with libressl, use bundled openssl instead
|
# broken with libressl, use bundled openssl instead
|
||||||
build_options_default="libuv http_parser"
|
build_options_default="libuv http_parser"
|
||||||
|
|
||||||
|
replaces="iojs>=0"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
local _args
|
local _args
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue