Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: add section for SunOS 5.7
author
Brandon Casey
<drafnel@gmail.com>
Fri, 5 Jun 2009 23:36:16 +0000
(18:36 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 6 Jun 2009 20:21:52 +0000
(13:21 -0700)
Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
0e0aea5
)
diff --git
a/Makefile
b/Makefile
index 50002edda3c94ee4552d16d4ac8f72fa21faa743..3890a0e43a973680413b22220bdcf9431b92a0e3 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-712,6
+712,16
@@
ifeq ($(uname_S),SunOS)
NO_MEMMEM = YesPlease
NO_MKDTEMP = YesPlease
NO_MKSTEMPS = YesPlease
+ ifeq ($(uname_R),5.7)
+ NEEDS_RESOLV = YesPlease
+ NO_IPV6 = YesPlease
+ NO_SOCKADDR_STORAGE = YesPlease
+ NO_UNSETENV = YesPlease
+ NO_SETENV = YesPlease
+ NO_STRLCPY = YesPlease
+ NO_C99_FORMAT = YesPlease
+ NO_STRTOUMAX = YesPlease
+ endif
ifeq ($(uname_R),5.8)
NO_UNSETENV = YesPlease
NO_SETENV = YesPlease