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:
authorJunio C Hamano <gitster@pobox.com>2009-06-01 03:18:02 +0400
committerJunio C Hamano <gitster@pobox.com>2009-06-01 03:18:02 +0400
commit714cdcd03e2caac6e2dc8d94debc7c800742f546 (patch)
tree12797b5947f811b1dfd96208bfc93207a0ac85e5 /Makefile
parentc6e73936b9ea26fcad0d77d68194545082343c43 (diff)
parenta0c0be97d492ea870cb8fb626eaca43b4d9cf34f (diff)
Merge branch 'jc/solaris-0811'
* jc/solaris-0811: OpenSolaris 200811 (SunOS 5.11) does not want OLD_ICONV Teach Solaris that _XOPEN_SOURCE=600 really menas XPG6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab6f6e14eb..0ab1cff30d 100644
--- a/Makefile
+++ b/Makefile
@@ -702,7 +702,9 @@ ifeq ($(uname_S),SunOS)
NO_MEMMEM = YesPlease
NO_HSTRERROR = YesPlease
NO_MKDTEMP = YesPlease
- OLD_ICONV = UnfortunatelyYes
+ ifneq ($(uname_R),5.11)
+ OLD_ICONV = UnfortunatelyYes
+ endif
ifeq ($(uname_R),5.8)
NO_UNSETENV = YesPlease
NO_SETENV = YesPlease