mirror of
https://abf.rosa.ru/djam/openssl3.3.git
synced 2025-02-23 09:22:49 +00:00
3.3.1
This commit is contained in:
parent
0a852f7a65
commit
8b24c3f438
1 changed files with 7 additions and 0 deletions
|
@ -77,6 +77,7 @@ This is OpenSSL %{major} for platforms with OpenSSL 1.0 as the main version of O
|
|||
%{_optdir}/%{name}/ssl/*
|
||||
%{_optdir}/%{name}/%{_lib}/ossl-modules/legacy.so
|
||||
%{_optdir}/%{name}/lib
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
@ -262,9 +263,15 @@ popd
|
|||
|
||||
%ifarch x86_64 amd64
|
||||
# fix lib
|
||||
install -d %{buildroot}%{_libdir}
|
||||
pushd %{buildroot}%{_optdir}/%{name}/
|
||||
ln -s lib64 lib
|
||||
popd
|
||||
pushd %{buildroot}%{_libdir}
|
||||
ln -sf %{_optdir}/%{name}/%{_lib}/libcrypto.so.3 %{buildroot}%{_libdir}/libcrypto.so.3
|
||||
ln -sf %{_optdir}/%{name}/%{_lib}/libssl.so.3 %{buildroot}%{_libdir}/libssl.so.3
|
||||
popd
|
||||
|
||||
|
||||
|
||||
%endif
|
||||
|
|
Loading…
Add table
Reference in a new issue