Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Clean up the SunOS Makefile rule
author
Peter Eriksen
<s022018@student.dtu.dk>
Wed, 2 Nov 2005 19:27:31 +0000
(20:27 +0100)
committer
Junio C Hamano
<junkio@cox.net>
Thu, 3 Nov 2005 00:50:58 +0000
(16:50 -0800)
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>
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
db2c075
)
diff --git
a/Makefile
b/Makefile
index 488ee365c92ffed07fa2c238049272eb50e7f88f..be6101ab23054c0af581f6d5cddb5c246304c7b1 100644
(file)
--- 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__