From 189e2a0f8312612c684c38b06c86e70872fbfe68 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 7 Oct 2022 18:25:25 +0300 Subject: [PATCH] Disable debug packages for now Signed-off-by: David Abdurachmanov --- libcxx.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libcxx.spec b/libcxx.spec index a48cc2e..0c2cf75 100644 --- a/libcxx.spec +++ b/libcxx.spec @@ -5,6 +5,10 @@ %endif %global bootstrap 1 +%ifarch riscv64 +%global debug_package %{nil} +%endif + %global libcxx_version 15.0.0 #global rc_ver 3 %global libcxx_srcdir libcxx-%{libcxx_version}%{?rc_ver:rc%{rc_ver}}.src