1 Commits

Author SHA256 Message Date
9e1449b401 Accepting request 1267258 from graphics
add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 (forwarded request 1267253 from hsk17)

OBS-URL: https://build.opensuse.org/request/show/1267258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liblqr?expand=0&rev=17
2025-04-08 15:49:58 +00:00
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 4 17:41:57 UTC 2025 - Friedrich Haubensak <hsk17@mail.de>
- add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to
still allow build on Leap 15.6
-------------------------------------------------------------------
Thu Feb 2 14:11:28 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -62,7 +62,7 @@ This package contains the development files for liblqr.
sed -i "s,/nwalsh/html/chunk.xsl,/nwalsh/current/html/chunk.xsl," docs/lqr_style.xsl
%build
%configure
%configure CFLAGS="-std=gnu11 %optflags"
%make_build
cd docs
%make_build