From 2fd955cc0b49de9e64b2f073ce76033975f0be24 Mon Sep 17 00:00:00 2001 From: Peter Eriksen Date: Wed, 2 Nov 2005 20:27:31 +0100 Subject: [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 488ee36..be6101a 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__ -- cgit v0.10.2-6-g49f6