From: David Soria Parra Date: Thu, 2 Oct 2008 00:08:47 +0000 (+0200) Subject: Solaris: Use OLD_ICONV to avoid compile warnings X-Git-Tag: v1.6.0.3~45 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6e2dfb1631b3c40574e6f940498f3889607c3ef8;p=git.git Solaris: Use OLD_ICONV to avoid compile warnings Solaris systems use the old styled iconv(3) call and therefore the OLD_ICONV variable should be set. Otherwise we get annoying compile warnings. Signed-off-by: David Soria Parra Acked-by: Jeff King Signed-off-by: Shawn O. Pearce --- diff --git a/Makefile b/Makefile index 8d8109576..7fad9f7ff 100644 --- a/Makefile +++ b/Makefile @@ -637,6 +637,7 @@ ifeq ($(uname_S),SunOS) NO_MEMMEM = YesPlease NO_HSTRERROR = YesPlease NO_MKDTEMP = YesPlease + OLD_ICONV = UnfortunatelyYes ifeq ($(uname_R),5.8) NEEDS_LIBICONV = YesPlease NO_UNSETENV = YesPlease