From 49bdc2943d98b5e8e8e6ddbdcba16e03542dc2ff Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Thu, 21 Aug 2025 17:34:28 +0000 Subject: [PATCH] Undefine _include_frame_pointers for riscv64 --- qatlib.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qatlib.spec b/qatlib.spec index 05f4f2b..df2d015 100644 --- a/qatlib.spec +++ b/qatlib.spec @@ -1,5 +1,10 @@ # SPDX-License-Identifier: MIT +%ifarch riscv64 +# to avoid compile time errors +%undefine _include_frame_pointers +%endif + %global libqat_soversion 4 %global libusdm_soversion 0 Name: qatlib