Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| cb651250e0 | |||
| aa13cd14cb |
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user