Reduce GCC 14 type safety

This package has incompatible pointer types issues that are not readily
fixable, and this package is not maintained upstream:

https://gitlab.gnome.org/GNOME/brasero/-/issues/370
This commit is contained in:
Yaakov Selkowitz 2024-02-07 13:52:07 -05:00
parent a2e9388e00
commit 70769906ec

View File

@ -10,6 +10,12 @@
%bcond_without dvdrwtools %bcond_without dvdrwtools
%endif %endif
# FTBFS with GCC 14 -Werror=incompatible-pointer-types
# https://gitlab.gnome.org/GNOME/brasero/-/issues/370
%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10
%global build_type_safety_c 2
%endif
Name: brasero Name: brasero
Version: 3.12.3 Version: 3.12.3
Release: 8%{?dist} Release: 8%{?dist}