From 7a4a2e1f797724ce15b059f55ce57eab0e6be807 Mon Sep 17 00:00:00 2001 From: Pascal Obry Date: Sat, 1 Dec 2007 10:49:22 +0100 Subject: [PATCH] Set OLD_ICONV on Cygwin. Cygwin still has old definition for the iconv() second parameter. This patch fixes the last warning on Cygwin. This has been tested with Cygwin 1.5.24. Signed-off-by: Pascal Obry Signed-off-by: Junio C Hamano --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index eb2dd5def3..999391e10b 100644 --- a/Makefile +++ b/Makefile @@ -444,6 +444,7 @@ ifeq ($(uname_O),Cygwin) NEEDS_LIBICONV = YesPlease NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes NO_TRUSTABLE_FILEMODE = UnfortunatelyYes + OLD_ICONV = UnfortunatelyYes # There are conflicting reports about this. # On some boxes NO_MMAP is needed, and not so elsewhere. # Try commenting this out if you suspect MMAP is more efficient -- 2.11.4.GIT