Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Fedora Release Engineering
0a147f516a Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-16 03:36:25 +00:00
Fedora Release Engineering
bf7af05717 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-23 16:54:52 +00:00
Steve Traylen
66775c8356 Use C17 gcc standard. rhbz#2336274 , rhbz#2339882
Use C17 standard for now to buy some time.
2025-03-05 20:00:30 +01:00

View file

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