nodejs-lts-10: fix build

This commit is contained in:
Duncaen 2020-04-08 23:44:22 +02:00
parent 6dab15c008
commit 9b083916ac
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -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)"