SHA256
1
0
forked from pool/unixODBC

2 Commits

2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 10 21:18:32 UTC 2025 - Friedrich Haubensak <hsk17@mail.de>
- add -std=gnu17 to CFLAGS to fix gcc15 compile time errors
-------------------------------------------------------------------
Wed Mar 20 07:56:32 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@@ -77,6 +77,7 @@ perl -i -pe 's{^ACLOCAL_AMFLAGS.*}{}' Makefile.am
export -n LANG LINGUAS LC_ALL
rm -rf libltdl
autoreconf -fvi
export CFLAGS="%{optflags} -std=gnu17"
%configure \
--with-gnu-ld \
--enable-ltdllib \