2 Commits

2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jul 27 05:12:40 UTC 2025 - Giacomo Comes <gcomes.obs@gmail.com>
- add -std=gnu11 to CFLAGS
* fix build with gcc15
-------------------------------------------------------------------
Fri Dec 8 16:11:08 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package cdrdao
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -51,6 +51,7 @@ into tracks where 2 second gaps would be irritating.
%autosetup -p1
%build
export CFLAGS="%{optflags} -std=gnu11"
%configure \
--without-scglib
%make_build