mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
nodejs-lts-10: fix build
This commit is contained in:
parent
6dab15c008
commit
9b083916ac
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pkgname=nodejs-lts-10
|
||||||
version=10.19.0
|
version=10.19.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="node-v${version}"
|
wrksrc="node-v${version}"
|
||||||
hostmakedepends="pkg-config python zlib-devel $(vopt_if icu icu-devel)
|
hostmakedepends="pkg-config python zlib-devel which $(vopt_if icu icu-devel)
|
||||||
$(vopt_if ssl libressl-devel) $(vopt_if libuv libuv-devel)
|
$(vopt_if ssl libressl-devel) $(vopt_if libuv libuv-devel)
|
||||||
$(vopt_if http_parser http-parser-devel) $(vopt_if nghttp2 nghttp2-devel)
|
$(vopt_if http_parser http-parser-devel) $(vopt_if nghttp2 nghttp2-devel)
|
||||||
$(vopt_if cares c-ares-devel)"
|
$(vopt_if cares c-ares-devel)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue