aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHolger Weiß <holger@zedat.fu-berlin.de>2010-03-29 12:57:48 +0200
committerJunio C Hamano <gitster@pobox.com>2010-03-31 14:22:06 -0700
commit21704227904b51197976c61c595b52d807677533 (patch)
tree7ede890dc44db480e6a194d8f57ebe67ca599581 /Makefile
parent21e403a7b956a95a36f218439f82b1c8af869257 (diff)
downloadgit-21704227904b51197976c61c595b52d807677533.tar.gz
git-21704227904b51197976c61c595b52d807677533.tar.xz
Link against libiconv on IRIX
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 98372ebbf..b07cd8a68 100644
--- a/Makefile
+++ b/Makefile
@@ -886,6 +886,7 @@ ifeq ($(uname_S),IRIX)
SNPRINTF_RETURNS_BOGUS = YesPlease
SHELL_PATH = /usr/gnu/bin/bash
NEEDS_LIBGEN = YesPlease
+ NEEDS_LIBICONV = YesPlease
endif
ifeq ($(uname_S),IRIX64)
NO_SETENV=YesPlease
@@ -904,6 +905,7 @@ ifeq ($(uname_S),IRIX64)
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