2 Commits

2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 8 10:53:14 UTC 2025 - Friedrich Haubensak <hsk17@mail.de>
- add -std=gnu17 to CFLAGS to fix gcc15 compile time error
-------------------------------------------------------------------
Tue Feb 27 11:09:11 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -113,6 +113,7 @@ echo exit 77 > test-suite/standalone/test-stack-overflow
%build
autoreconf -fi
export CFLAGS="%{optflags} -std=gnu17"
%configure \
--disable-static \
--with-pic \