From 3c66a182203cc3e1d8176bc0239f49cbaddf66e9 Mon Sep 17 00:00:00 2001 From: Guanjun Date: Mon, 22 Jul 2024 17:37:38 +0800 Subject: [PATCH] Upgrade the dependent OpenSSL library to version 3.x Signed-off-by: Guanjun --- intel-ipp-crypto-mb.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/intel-ipp-crypto-mb.spec b/intel-ipp-crypto-mb.spec index 8ae0fe1..d1e1e69 100644 --- a/intel-ipp-crypto-mb.spec +++ b/intel-ipp-crypto-mb.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %define debug_package %{nil} %global github_source_archive_name ippcp_2021.7 @@ -18,7 +18,7 @@ BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: nasm -BuildRequires: openssl-devel >= 1.1.0 +BuildRequires: openssl3-devel BuildRequires: python3 %description @@ -61,6 +61,9 @@ The %{name}-doc package contains documentation files for %{name}. -DCMAKE_BUILD_TYPE=Release \ -DNONPIC_LIB:BOOL=off \ -DMERGED_BLD:BOOL=on \ + -DOPENSSL_INCLUDE_DIR=/usr/include/openssl3/ \ + -DOPENSSL_LIBRARIES=/usr/lib64/openssl3/ \ + -DOPENSSL_ROOT_DIR=/lib64/openssl3/ \ -DCMAKE_INSTALL_PREFIX=%{_prefix} %cmake_build @@ -96,6 +99,9 @@ rm -rf %{buildroot}/usr/lib/intel64 %doc sources/ippcp/crypto_mb/Readme.md %changelog +* Mon Jul 22 2024 Guanjun - 1.0.6-4 +- Upgrade the dependent OpenSSL library to version 3.x. + * Mon Aug 21 2023 Guanjun - 1.0.6-3 - Fix qatengine id not found -- Gitee