public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tsl-sparse-map] epel10: Warnings shouldn't break the build
@ 2026-09-17 8:14 Davide Cavalca
0 siblings, 0 replies; only message in thread
From: Davide Cavalca @ 2026-09-17 8:14 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/tsl-sparse-map
Branch : epel10
Commit : 755c06168876bbff1b499531bbdbd59a2cd10cd9
Author : Davide Cavalca <dcavalca@fedoraproject.org>
Date : 2023-01-23T20:27:00-08:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/tsl-sparse-map/c/755c06168876bbff1b499531bbdbd59a2cd10cd9?branch=epel10
Log:
Warnings shouldn't break the build
---
diff --git a/tsl-sparse-map.spec b/tsl-sparse-map.spec
index 988f43b..4f10570 100644
--- a/tsl-sparse-map.spec
+++ b/tsl-sparse-map.spec
@@ -19,6 +19,7 @@ Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
+BuildRequires: sed
BuildRequires: boost-devel
@@ -32,6 +33,9 @@ Summary: %{summary}
%prep
%autosetup -n %{srcname}-%{version}
+# Warnings shouldn't break the build
+sed -i 's/-Werror//' tests/CMakeLists.txt
+
%build
%cmake
%cmake_build
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-17 8:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-17 8:14 [rpms/tsl-sparse-map] epel10: Warnings shouldn't break the build Davide Cavalca
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox