Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 134abdf7ac | |||
| 9636cd6c5a |
@@ -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>
|
Mon Feb 26 07:50:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
|||||||
@@ -102,6 +102,7 @@ cp %{SOURCE3} .
|
|||||||
#rm -f aclocal.m4
|
#rm -f aclocal.m4
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
rm -r autom4te.cache
|
rm -r autom4te.cache
|
||||||
|
export CFLAGS="%{optflags} -std=gnu17"
|
||||||
%configure \
|
%configure \
|
||||||
--with-usrlibdir=%{_libdir} \
|
--with-usrlibdir=%{_libdir} \
|
||||||
%if 0%{?suse_version} < 1550
|
%if 0%{?suse_version} < 1550
|
||||||
|
|||||||
Reference in New Issue
Block a user