File project.diff of Package git.2.43
--- git.spec.orig
+++ git.spec
@@ -321,7 +321,7 @@ directory /git/ that calls the cgi scrip
%build
cat > .make <<'EOF'
#!/bin/bash
-%make_build CFLAGS="%{optflags}" \
+%make_build CFLAGS="%{optflags} -std=gnu99" \
GITWEB_CONFIG="%{_sysconfdir}/gitweb.conf" \
GITWEB_PROJECTROOT="/srv/git" \
WITH_OWN_SUBPROCESS_PY=YesPlease \