summaryrefslogtreecommitdiff
path: root/config.mak.uname
diff options
context:
space:
mode:
authorSebastian Schuberth <sschuberth@gmail.com>2013-09-11 16:02:09 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-09-11 18:11:06 (GMT)
commitfa93bb20d72edf9f7635c63d46101edb206d3d6f (patch)
treebb22398e467bccb494ac56ed22fecda06f5e8f35 /config.mak.uname
parenta2374f58e86777258c11ed2d7855a28cd4219648 (diff)
downloadgit-fa93bb20d72edf9f7635c63d46101edb206d3d6f.zip
git-fa93bb20d72edf9f7635c63d46101edb206d3d6f.tar.gz
git-fa93bb20d72edf9f7635c63d46101edb206d3d6f.tar.bz2
MinGW: Fix stat definitions to work with MinGW runtime version 4.0
For an overview of changes in mingwrt-4.0 see: http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0.0/tree/NEWS Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'config.mak.uname')
-rw-r--r--config.mak.uname2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mak.uname b/config.mak.uname
index 781dee4..82d549e 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -500,7 +500,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
NO_INET_NTOP = YesPlease
NO_POSIX_GOODIES = UnfortunatelyYes
DEFAULT_HELP_FORMAT = html
- COMPAT_CFLAGS += -D__USE_MINGW_ACCESS -DNOGDI -Icompat -Icompat/win32
+ COMPAT_CFLAGS += -D__USE_MINGW_ACCESS -D_USE_32BIT_TIME_T -DNOGDI -Icompat -Icompat/win32
COMPAT_CFLAGS += -DSTRIP_EXTENSION=\".exe\"
COMPAT_OBJS += compat/mingw.o compat/winansi.o \
compat/win32/pthread.o compat/win32/syslog.o \