SHA256
1
0
forked from pool/dmraid

2 Commits

2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 8 11:13:22 UTC 2025 - Friedrich Haubensak <hsk17@mail.de>
- add -std=gnu17 to CFLAGS to fix gcc15 compile time errors
-------------------------------------------------------------------
Mon Feb 26 07:50:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -102,6 +102,7 @@ cp %{SOURCE3} .
#rm -f aclocal.m4
autoreconf -fi
rm -r autom4te.cache
export CFLAGS="%{optflags} -std=gnu17"
%configure \
--with-usrlibdir=%{_libdir} \
%if 0%{?suse_version} < 1550