From 66775c8356e63d99c2254fe8db085640755d27ed Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Wed, 5 Mar 2025 20:00:30 +0100 Subject: [PATCH 1/3] Use C17 gcc standard. rhbz#2336274 , rhbz#2339882 Use C17 standard for now to buy some time. --- alpine.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/alpine.spec b/alpine.spec index ac14b46..61e189b 100644 --- a/alpine.spec +++ b/alpine.spec @@ -91,6 +91,11 @@ install -m644 -p %{SOURCE1} . %build touch imap/ip6 + +# Add -std=gnu17 for now. +# https://bugzilla.redhat.com/show_bug.cgi?id=2336274 +CFLAGS="%{optflags} -std=gnu17" + # --without-tcl disables the TCL-based CGI "Web Alpine" %configure \ --enable-debug=no \ @@ -108,7 +113,7 @@ touch imap/ip6 # Build single threaded, make is not creating directories in time. export RPM_BUILD_NCPUS=1 -%make_build EXTRACFLAGS="$RPM_OPT_FLAGS" +%make_build %install From bf7af05717216c28bd2f86ee316eaa88620f982f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 16:54:52 +0000 Subject: [PATCH 2/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 0a147f516a62fad997510991eb488fe0bcd32016 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:36:25 +0000 Subject: [PATCH 3/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild