From e53a64b982bd1351ad165c9ce6077c66fcc7118b Mon Sep 17 00:00:00 2001 From: Adam Dinwoodie Date: Fri, 7 Aug 2015 21:30:28 +0100 Subject: config.mak.uname: Cygwin needs OBJECT_CREATION_USES_RENAMES This is necessary to use Git on Windows shared directories, and is already enabled for the MinGW and plain Windows builds. This problem was reported on the Cygwin mailing list at https://cygwin.com/ml/cygwin/2015-08/msg00102.html (amongst others) and is being applied as a manual patch to the Cygwin builds until the patch is taken here. Reported-by: Peter Rosin Signed-off-by: Adam Dinwoodie Signed-off-by: Junio C Hamano diff --git a/config.mak.uname b/config.mak.uname index aba56dc..524bb41 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -171,6 +171,7 @@ ifeq ($(uname_O),Cygwin) X = .exe UNRELIABLE_FSTAT = UnfortunatelyYes SPARSE_FLAGS = -isystem /usr/include/w32api -Wno-one-bit-signed-bitfield + OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo endif ifeq ($(uname_S),FreeBSD) NEEDS_LIBICONV = YesPlease -- cgit v0.10.2-6-g49f6