From: Pascal Obry Date: Sat, 1 Dec 2007 09:49:22 +0000 (+0100) Subject: Set OLD_ICONV on Cygwin. X-Git-Tag: v1.5.4-rc0~75 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7a4a2e1f797724ce15b059f55ce57eab0e6be807;p=git.git 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 --- diff --git a/Makefile b/Makefile index eb2dd5def..999391e10 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