author | Fernando J. Pereda <ferdy@gentoo.org> | |
Thu, 16 Feb 2006 08:38:01 +0000 (09:38 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 16 Feb 2006 09:42:58 +0000 (01:42 -0800) | ||
commit | b6e56eca8a4eb74a86e9f2d99aa480c665458aa7 | |
tree | be7cb47c247021c8c475b7c01fed816467a2a055 | tree | snapshot |
parent | be97bd1b88003f4a19e2832ee0cc6ac20fcab674 | commit | diff |
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>
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 | diff | blob | history | |
mailinfo.c | diff | blob | history |