]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
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)
commitb6e56eca8a4eb74a86e9f2d99aa480c665458aa7
treebe7cb47c247021c8c475b7c01fed816467a2a055
parentbe97bd1b88003f4a19e2832ee0cc6ac20fcab674
Allow building Git in systems without iconv

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>
Makefile
mailinfo.c