From 5e3e24b6fbbb6461e5b0fcae2f554ff86eeb927a Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Sun, 11 Feb 2024 15:27:01 -0500 Subject: [PATCH] Workaround GCC 14 strictness Discussion is ongoing upstream on how to fix various incompatible types issues, but no fix has been agreed upon yet: https://bugzilla.redhat.com/show_bug.cgi?id=2256917 --- zziplib.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zziplib.spec b/zziplib.spec index e3b879d..9c107a2 100644 --- a/zziplib.spec +++ b/zziplib.spec @@ -1,3 +1,7 @@ +# FTBFS with GCC 14, reported upstream, no fix yet +# https://bugzilla.redhat.com/show_bug.cgi?id=2256917 +%global build_type_safety_c 1 + Summary: Lightweight library to easily extract data from zip files Name: zziplib Version: 0.13.72