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.
This commit is contained in:
parent
fd717eb4cc
commit
61dfae6179
@ -230,7 +230,7 @@ BuildRequires: openssl-devel >= %{openssl11_minimum}
|
||||
%global openssl_fips_configure %{nil}
|
||||
%endif
|
||||
|
||||
%global ssl_configure --shared-openssl %{openssl_fips_configure}
|
||||
%global ssl_configure --shared-openssl --openssl-conf-name=openssl_conf %{openssl_fips_configure}
|
||||
%endif
|
||||
|
||||
|
||||
|
@ -234,7 +234,7 @@ BuildRequires: openssl-devel >= %{openssl11_minimum}
|
||||
%global openssl_fips_configure %{nil}
|
||||
%endif
|
||||
|
||||
%global ssl_configure --shared-openssl %{openssl_fips_configure}
|
||||
%global ssl_configure --shared-openssl --openssl-conf-name=openssl_conf %{openssl_fips_configure}
|
||||
%endif
|
||||
|
||||
{% if NODE_MAJOR < 19 -%}
|
||||
|
Loading…
Reference in New Issue
Block a user