Specify openssl configuration section
By default, node does not use the common openssl configuration section, relying instead on node-specific `nodejs_conf` section. Since we want node to use the system configuration, the section name should be changed (back) to `openssl_conf`. See discussion in https://github.com/nodejs/node/pull/48950 for the reason this change is suggested. Related: RHEL-25867 RHEL-26537 RHEL-26535 RHEL-25933 RHEL-26533 RHEL-26539 RHEL-25923
This commit is contained in:
parent
04364688f2
commit
e7020a5929
@ -434,7 +434,7 @@ export CFLAGS="%{optflags} ${extra_cflags[*]}" CXXFLAGS="%{optflags} ${extra_cfl
|
||||
export LDFLAGS="%{build_ldflags}"
|
||||
|
||||
%{__python3} configure.py --prefix=%{_prefix} --verbose \
|
||||
--shared-openssl \
|
||||
--shared-openssl --openssl-conf-name=openssl_conf \
|
||||
--shared-zlib \
|
||||
--shared-brotli \
|
||||
%{!?with_bundled:--shared-libuv} \
|
||||
|
Loading…
Reference in New Issue
Block a user