diff options
author | Pascal Obry <pascal.obry@gmail.com> | 2007-12-01 10:49:22 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-04 22:03:42 -0800 |
commit | 7a4a2e1f797724ce15b059f55ce57eab0e6be807 (patch) | |
tree | 0132408933e40c593e1b0e00ecc3eb752c80f493 /Makefile | |
parent | c7015961998a2061ad57a2a83ead009443d912f0 (diff) | |
download | git-7a4a2e1f797724ce15b059f55ce57eab0e6be807.tar.gz |
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 <pascal@obry.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |