summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 21e403a)
raw | patch | inline | side by side (parent: 21e403a)
author | Holger Weiß <holger@zedat.fu-berlin.de> | |
Mon, 29 Mar 2010 10:57:48 +0000 (12:57 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 31 Mar 2010 21:22:06 +0000 (14:22 -0700) |
On IRIX, "-liconv" must be added to the linker command line in order to
get iconv(3) support; set the according Makefile variable appropriately.
Signed-off-by: Holger Weiß <holger@zedat.fu-berlin.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
get iconv(3) support; set the according Makefile variable appropriately.
Signed-off-by: Holger Weiß <holger@zedat.fu-berlin.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 98372ebbfcabc0b96d33bdcde045ff73de971e28..b07cd8a68146047ed3e7a5a17a420ad0ff5576f8 100644 (file)
--- a/Makefile
+++ b/Makefile
SNPRINTF_RETURNS_BOGUS = YesPlease
SHELL_PATH = /usr/gnu/bin/bash
NEEDS_LIBGEN = YesPlease
+ NEEDS_LIBICONV = YesPlease
endif
ifeq ($(uname_S),IRIX64)
NO_SETENV=YesPlease
SNPRINTF_RETURNS_BOGUS = YesPlease
SHELL_PATH=/usr/gnu/bin/bash
NEEDS_LIBGEN = YesPlease
+ NEEDS_LIBICONV = YesPlease
endif
ifeq ($(uname_S),HP-UX)
NO_IPV6=YesPlease