nodejs-lts-10: fix build
This commit is contained in:
parent
6dab15c008
commit
9b083916ac
|
@ -3,7 +3,7 @@ pkgname=nodejs-lts-10
|
|||
version=10.19.0
|
||||
revision=1
|
||||
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 http_parser http-parser-devel) $(vopt_if nghttp2 nghttp2-devel)
|
||||
$(vopt_if cares c-ares-devel)"
|
||||
|
|
Loading…
Reference in New Issue