From: Peter Eriksen Date: Wed, 2 Nov 2005 19:27:31 +0000 (+0100) Subject: [PATCH] Clean up the SunOS Makefile rule X-Git-Tag: v0.99.9c^2~8 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2fd955cc0b49de9e64b2f073ce76033975f0be24;p=git-core%2Fgit.git [PATCH] Clean up the SunOS Makefile rule Don't set a non-standard CURLDIR as default, and fix an error in Solaris 10 by setting NEEDS_LIBICONV. Signed-off-by: Peter Eriksen Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 488ee365c..be6101ab2 100644 --- a/Makefile +++ b/Makefile @@ -189,9 +189,9 @@ endif ifeq ($(uname_S),SunOS) NEEDS_SOCKET = YesPlease NEEDS_NSL = YesPlease + NEEDS_LIBICONV = YesPlease SHELL_PATH = /bin/bash NO_STRCASESTR = YesPlease - CURLDIR = /opt/sfw INSTALL = ginstall TAR = gtar PLATFORM_DEFINES += -D__EXTENSIONS__