nodejs-lts: change openssl build-option to OpenSSL
This commit is contained in:
parent
9b51fb6d9a
commit
e88909f85c
1 changed files with 3 additions and 3 deletions
|
@ -5,11 +5,11 @@ revision=1
|
||||||
wrksrc="node-v${version}"
|
wrksrc="node-v${version}"
|
||||||
# Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
|
# Need these for host v8 for torque, see https://github.com/nodejs/node/pull/21079
|
||||||
hostmakedepends="pkg-config python libatomic-devel zlib-devel which
|
hostmakedepends="pkg-config python libatomic-devel zlib-devel which
|
||||||
$(vopt_if icu icu-devel) $(vopt_if ssl libressl-devel) $(vopt_if libuv libuv-devel)
|
$(vopt_if icu icu-devel) $(vopt_if ssl openssl-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 http_parser llhttp-devel)"
|
$(vopt_if cares c-ares-devel) $(vopt_if http_parser llhttp-devel)"
|
||||||
makedepends="libatomic-devel zlib-devel python-devel $(vopt_if icu icu-devel)
|
makedepends="libatomic-devel zlib-devel python-devel $(vopt_if icu icu-devel)
|
||||||
$(vopt_if ssl libressl-devel) $(vopt_if libuv libuv-devel)
|
$(vopt_if ssl openssl-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 http_parser llhttp-devel)"
|
$(vopt_if cares c-ares-devel) $(vopt_if http_parser llhttp-devel)"
|
||||||
short_desc="Evented I/O for V8 javascript"
|
short_desc="Evented I/O for V8 javascript"
|
||||||
|
@ -21,7 +21,7 @@ checksum=5318a5db1484050430371b77dece281a5b078a14e6962e105aa5790bdb3c3bed
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
build_options="ssl libuv http_parser icu nghttp2 cares"
|
build_options="ssl libuv http_parser icu nghttp2 cares"
|
||||||
desc_option_ssl="Enable shared libressl"
|
desc_option_ssl="Enable shared openssl"
|
||||||
desc_option_libuv="Enable shared libuv"
|
desc_option_libuv="Enable shared libuv"
|
||||||
desc_option_http_parser="Enable shared http-parser and llhttp"
|
desc_option_http_parser="Enable shared http-parser and llhttp"
|
||||||
desc_option_icu="Enable shared icu"
|
desc_option_icu="Enable shared icu"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue