Add BuildRequires for openssl-devel-engine
Solves missing header during the compile. Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
41ae9152d0
commit
af31b22f27
@ -117,7 +117,7 @@
|
||||
|
||||
Name: grpc
|
||||
Version: 1.48.4
|
||||
Release: %autorelease -e 0.riscv64
|
||||
Release: %autorelease -e 1.riscv64
|
||||
Summary: RPC library and framework
|
||||
|
||||
%global srcversion %(echo '%{version}' | sed -r 's/~rc/-pre/')
|
||||
@ -214,6 +214,9 @@ BuildRequires: pkgconfig(protobuf)
|
||||
BuildRequires: protobuf-compiler
|
||||
BuildRequires: pkgconfig(re2)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
%if 0%{?fedora} >= 41
|
||||
BuildRequires: openssl-devel-engine
|
||||
%endif
|
||||
BuildRequires: cmake(c-ares)
|
||||
BuildRequires: abseil-cpp-devel
|
||||
# Sets XXH_INCLUDE_ALL, which means xxhash is used as a header-only library
|
||||
|
Loading…
Reference in New Issue
Block a user