From c7f32cbc977023b0139109b571dfd779702249dd Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 25 Aug 2022 11:11:31 +0300 Subject: [PATCH] Fix build on glibc 2.36 Signed-off-by: David Abdurachmanov --- compiler-rt.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compiler-rt.spec b/compiler-rt.spec index 4f2e4f4..9683097 100644 --- a/compiler-rt.spec +++ b/compiler-rt.spec @@ -10,7 +10,7 @@ Name: compiler-rt Version: %{compiler_rt_version}%{?rc_ver:~rc%{rc_ver}} -Release: 2%{?dist} +Release: 2.0.riscv64%{?dist} Summary: LLVM "compiler-rt" runtime libraries License: NCSA or MIT @@ -20,6 +20,7 @@ Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{compil Source2: tstellar-gpg-key.asc Patch0: add-llvm-cmake-package.patch +Patch5: 0001-Fix-for-glibc-2.36.patch BuildRequires: gcc BuildRequires: gcc-c++ @@ -110,6 +111,9 @@ popd %endif %changelog +* Thu Aug 25 2022 David Abdurachmanov - 14.0.5-2.0.riscv64 +- Fix build on glibc 2.36 + * Wed Jul 20 2022 Fedora Release Engineering - 14.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild