2 Commits

Author SHA256 Message Date
5018d4e4a7 Accepting request 1267514 from server:mail
add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6 (forwarded request 1267292 from hsk17)

OBS-URL: https://build.opensuse.org/request/show/1267514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/metamail?expand=0&rev=29
2025-04-08 15:50:38 +00:00
bcc7455571 add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow build on Leap 15.6
OBS-URL: https://build.opensuse.org/package/show/server:mail/metamail?expand=0&rev=26
2025-04-07 08:35:16 +00:00
2 changed files with 7 additions and 1 deletions

View File

@@ -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>

View File

@@ -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