From: Adam Dinwoodie Date: Fri, 7 Aug 2015 20:30:28 +0000 (+0100) Subject: config.mak.uname: Cygwin needs OBJECT_CREATION_USES_RENAMES X-Git-Tag: v2.8.3~34^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e53a64b982bd1351ad165c9ce6077c66fcc7118b?ds=inline;hp=--cc 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 --- e53a64b982bd1351ad165c9ce6077c66fcc7118b diff --git a/config.mak.uname b/config.mak.uname index aba56dcfad..524bb4125c 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