File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -702,7 +702,9 @@ ifeq ($(uname_S),SunOS)
702
702
NO_MEMMEM = YesPlease
703
703
NO_HSTRERROR = YesPlease
704
704
NO_MKDTEMP = YesPlease
705
- OLD_ICONV = UnfortunatelyYes
705
+ ifneq ($(uname_R),5.11)
706
+ OLD_ICONV = UnfortunatelyYes
707
+ endif
706
708
ifeq ($(uname_R),5.8)
707
709
NO_UNSETENV = YesPlease
708
710
NO_SETENV = YesPlease
Original file line number Diff line number Diff line change 41
41
42
42
#if !defined(__APPLE__ ) && !defined(__FreeBSD__ ) && !defined(__USLC__ ) && !defined(_M_UNIX )
43
43
#define _XOPEN_SOURCE 600 /* glibc2 and AIX 5.3L need 500, OpenBSD needs 600 for S_ISLNK() */
44
+ #ifndef __sun__
44
45
#define _XOPEN_SOURCE_EXTENDED 1 /* AIX 5.3L needs this */
45
46
#endif
47
+ #endif
46
48
#define _ALL_SOURCE 1
47
49
#define _GNU_SOURCE 1
48
50
#define _BSD_SOURCE 1
You can’t perform that action at this time.
0 commit comments