Allow building Git in systems without iconv
authorFernando J. Pereda <ferdy@gentoo.org>
Thu, 16 Feb 2006 08:38:01 +0000 (09:38 +0100)
committerJunio C Hamano <junkio@cox.net>
Thu, 16 Feb 2006 09:42:58 +0000 (01:42 -0800)
Systems using some uClibc versions do not properly support
iconv stuff. This patch allows Git to be built on those
systems by passing NO_ICONV=YesPlease to make. The only
drawback is mailinfo won't do charset conversion in those
systems.

Signed-off-by: Fernando J. Pereda <ferdy@gentoo.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found