Skip to content

Commit 6e2dfb1

Browse files
dspspearce
authored andcommitted
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 <[email protected]> Acked-by: Jeff King <[email protected]> Signed-off-by: Shawn O. Pearce <[email protected]>
1 parent b65910f commit 6e2dfb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@ ifeq ($(uname_S),SunOS)
637637
NO_MEMMEM = YesPlease
638638
NO_HSTRERROR = YesPlease
639639
NO_MKDTEMP = YesPlease
640+
OLD_ICONV = UnfortunatelyYes
640641
ifeq ($(uname_R),5.8)
641642
NEEDS_LIBICONV = YesPlease
642643
NO_UNSETENV = YesPlease

0 commit comments

Comments
 (0)