I have a patch I would like to submit that fixes ccache build on Solaris 10+ and AIX 7. What is the process to submit the patch?
You can attach it to this bug report.
Created attachment 11559 [details] Check if MAX is not defined
Comment on attachment 11559 [details] Check if MAX is not defined --- ./ccache.h 2015-10-08 15:12:14.000000000 -0400 +++ ./ccache.h 2015-10-21 16:31:54.290193000 -0400 @@ -276,6 +276,8 @@ # define PATH_DELIM ":" #endif +#ifndef MAX #define MAX(a, b) (((a) > (b)) ? (a) : (b)) +#endif #endif /* ifndef CCACHE_H */
Created attachment 11560 [details] Updated check ifndef MAX
Created attachment 11561 [details] feature Macro's for AIX 7 and Solaris
Looks good to me, applied in 9485354a5542f901dbca9f96930d036bdbdaaf8b. Thanks!
Included in 3.2.5.