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)
702702 NO_MEMMEM = YesPlease
703703 NO_HSTRERROR = YesPlease
704704 NO_MKDTEMP = YesPlease
705- OLD_ICONV = UnfortunatelyYes
705+ ifneq ($(uname_R),5.11)
706+ OLD_ICONV = UnfortunatelyYes
707+ endif
706708 ifeq ($(uname_R),5.8)
707709 NO_UNSETENV = YesPlease
708710 NO_SETENV = YesPlease
Original file line number Diff line number Diff line change 4141
4242#if !defined(__APPLE__ ) && !defined(__FreeBSD__ ) && !defined(__USLC__ ) && !defined(_M_UNIX )
4343#define _XOPEN_SOURCE 600 /* glibc2 and AIX 5.3L need 500, OpenBSD needs 600 for S_ISLNK() */
44+ #ifndef __sun__
4445#define _XOPEN_SOURCE_EXTENDED 1 /* AIX 5.3L needs this */
4546#endif
47+ #endif
4648#define _ALL_SOURCE 1
4749#define _GNU_SOURCE 1
4850#define _BSD_SOURCE 1
You can’t perform that action at this time.
0 commit comments