Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eriksen <s022018@student.dtu.dk>2005-11-02 22:27:31 +0300
committerJunio C Hamano <junkio@cox.net>2005-11-03 03:50:58 +0300
commit2fd955cc0b49de9e64b2f073ce76033975f0be24 (patch)
tree003cf1e61da5c5fe13ed574ae3630c1ee8b56cae
parentdb2c075d9375a32b8010d2b17c1d420aa8696710 (diff)
[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 <s022018@student.dtu.dk> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 488ee365c9..be6101ab23 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__