From 6e2dfb1631b3c40574e6f940498f3889607c3ef8 Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Thu, 2 Oct 2008 02:08:47 +0200 Subject: [PATCH] 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0