Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Set OLD_ICONV on Cygwin.
author
Pascal Obry
<pascal.obry@gmail.com>
Sat, 1 Dec 2007 09:49:22 +0000
(10:49 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 5 Dec 2007 06:03:42 +0000
(22:03 -0800)
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>
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
c701596
)
diff --git
a/Makefile
b/Makefile
index eb2dd5def3458bf11e084bf1a46624511393ec67..999391e10b9949ea9c4cb0e71d98bf6d72ee47af 100644
(file)
--- 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