Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5018d4e4a7 | |||
| bcc7455571 |
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 5 13:43:03 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 Jun 18 11:40:30 UTC 2024 - Martin Jambor <mjambor@suse.com>
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ those using the Andrew toolkit) with elm.
|
||||
|
||||
%prep
|
||||
# Workaround for boo#1225862
|
||||
%global optflags %{optflags} -fpermissive
|
||||
%global optflags %{optflags} -fpermissive -std=gnu11
|
||||
|
||||
%setup -n metamail-2.7-19 -b 3 -b 4
|
||||
%autopatch -p1
|
||||
|
||||
Reference in New Issue
Block a user