build: centos/RHEL 7 ships with an older gcc and zlib
commitffb9f2980902d23a5640435306031bc298eb4e02
authorDavid Aguilar <davvid@gmail.com>
Sun, 16 Jan 2022 02:05:20 +0000 (15 18:05 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 16 Jan 2022 22:18:17 +0000 (16 14:18 -0800)
tree4435286a9def792b11667018b31e13da0aa32a33
parenta4bbd13be360d93f51a0cea6eef436db8622b592
build: centos/RHEL 7 ships with an older gcc and zlib

GCC 4.8.5 is the default system compiler on centos7/RHEL7.
This version requires -std=c99 to enable c99 support.

zlib 1.2.7 on centos7/rhel7 lacks uncompress2().

Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.uname