2 Commits

2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Apr 5 21:15:17 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
-------------------------------------------------------------------
Tue May 14 08:47:48 UTC 2024 - pgajdos@suse.com

View File

@@ -62,7 +62,7 @@ chmod +w src/scripts.x
mkdir -p ../bin
ln -snf /bin/true ../bin/compress
PATH=$PWD/../bin:$PATH
%global optflags %{optflags} -fcommon
%global optflags %{optflags} -fcommon -std=gnu11
%configure \
--with-openssl