The Samba-Bugzilla – Attachment 11561 Details for
Bug 11582
I have a patch to build ccache on Solaris/AIX with gcc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
feature Macro's for AIX 7 and Solaris
feature_macros.m4[1].patch (text/plain), 717 bytes, created by
Neil Mushell
on 2015-10-30 21:18:18 UTC
(
hide
)
Description:
feature Macro's for AIX 7 and Solaris
Filename:
MIME Type:
Creator:
Neil Mushell
Created:
2015-10-30 21:18:18 UTC
Size:
717 bytes
patch
obsolete
>--- 1/m4/feature_macros.m4 2015-10-21 17:20:16.157768000 -0400 >+++ 2/m4/feature_macros.m4 2015-10-22 12:42:52.336253000 -0400 >@@ -95,7 +95,7 @@ > # or has another value. By not (re)defining it, the defaults come in place. > AIX/4) > define_xopen_source=no;; >- AIX/5) >+ AIX/5|AIX/7) > if test `uname -r` -eq 1; then > define_xopen_source=no > fi >@@ -132,7 +132,9 @@ > # except for Solaris 10, where it must not be defined, > # as it implies XPG4.2 > case $ac_sys_system/$ac_sys_release in >- SunOS/5.10) >+ SunOS/5.10|SunOS/5.11) >+ AC_DEFINE(__EXTENSIONS__, 1, >+ Define to activate Unix95-and-earlier features) > ;; > *) > AC_DEFINE(_XOPEN_SOURCE_EXTENDED, 1,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 11582
:
11559
|
11560
| 11561