[PATCH] Makefile: configuration for SunOS 5.7

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Git Mailing List <git@...>
Date: Monday, August 18, 2008 - 7:55 pm

---
 Makefile |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 551bde9..1e4e66f 100644
--- a/Makefile
+++ b/Makefile
@@ -620,11 +620,23 @@ endif
 ifeq ($(uname_S),SunOS)
 	NEEDS_SOCKET = YesPlease
 	NEEDS_NSL = YesPlease
-	SHELL_PATH = /bin/bash
+	SHELL_PATH = /usr/xpg4/bin/sh
 	NO_STRCASESTR = YesPlease
 	NO_MEMMEM = YesPlease
 	NO_HSTRERROR = YesPlease
 	NO_MKDTEMP = YesPlease
+	ifeq ($(uname_R),5.7)
+		NO_IPV6 = YesPlease
+		NO_SOCKADDR_STORAGE = YesPlease
+		NO_UNSETENV = YesPlease
+		NO_SETENV = YesPlease
+		NO_STRLCPY = YesPlease
+		NO_INET_NTOP = YesPlease
+		NO_INET_PTON = YesPlease
+		NO_C99_FORMAT = YesPlease
+		NO_STRTOUMAX = YesPlease
+		OLD_ICONV = UnfortunatelyYes
+	endif
 	ifeq ($(uname_R),5.8)
 		NEEDS_LIBICONV = YesPlease
 		NO_UNSETENV = YesPlease
-- 
1.6.0.11.gecc7e

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH FYI] t9700/test.pl: backwards compatibility impro..., Tom G. Christensen, (Mon Sep 15, 7:54 am)
[PATCH 3/3] t9700/test.pl: remove File::Temp requirement, Brandon Casey, (Mon Sep 15, 12:25 pm)
Re: [PATCH 3/3] t9700/test.pl: remove File::Temp requirement, Tom G. Christensen, (Mon Sep 15, 2:27 pm)
[PATCH FYI] Work around sed issues, Brandon Casey, (Mon Aug 18, 8:18 pm)
[PATCH] dir.c: avoid c99 array initialization, Brandon Casey, (Mon Aug 18, 7:57 pm)
Re: [PATCH] dir.c: avoid c99 array initialization, Alex Riesen, (Thu Aug 28, 4:01 pm)
Re: [PATCH] dir.c: avoid c99 array initialization, Shawn O. Pearce, (Thu Aug 28, 4:16 pm)
Re: [PATCH] dir.c: avoid c99 array initialization, Johannes Schindelin, (Fri Aug 29, 7:08 am)
Re: [PATCH] dir.c: avoid c99 array initialization, Alex Riesen, (Thu Aug 28, 4:27 pm)
Re: [PATCH] dir.c: avoid c99 array initialization, Junio C Hamano, (Thu Aug 28, 4:21 pm)
[PATCH v2] dir.c: Avoid c99 array initialization, Brandon Casey, (Thu Aug 28, 6:47 pm)
Re: [PATCH v2] dir.c: Avoid c99 array initialization, Brandon Casey, (Thu Aug 28, 7:03 pm)
Re: [PATCH v2] dir.c: Avoid c99 array initialization, Alex Riesen, (Thu Aug 28, 6:56 pm)
[PATCH] Makefile: configuration for SunOS 5.7, Brandon Casey, (Mon Aug 18, 7:55 pm)