This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git
commit e719874b21a526cb3447c747b9901719cf46eafe Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jun 30 10:58:58 2021 +0100 Fix BZ 64878 - Fix build in MaxOS With thanks to d...@isle.plus at https://bz.apache.org/bugzilla/show_bug.cgi?id=64753#c13 https://bz.apache.org/bugzilla/show_bug.cgi?id=64878 --- native/scripts/build/jk_common.m4 | 1 + xdocs/miscellaneous/changelog.xml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/native/scripts/build/jk_common.m4 b/native/scripts/build/jk_common.m4 index c39792a..201bd42 100644 --- a/native/scripts/build/jk_common.m4 +++ b/native/scripts/build/jk_common.m4 @@ -35,6 +35,7 @@ changequote([, ])dnl AC_MSG_CHECKING(size of $2) AC_CACHE_VAL(AC_CV_NAME, [AC_TRY_RUN([#include <stdio.h> +#include <stdlib.h> $1 main() { diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml index 0b7d834..e2980f3 100644 --- a/xdocs/miscellaneous/changelog.xml +++ b/xdocs/miscellaneous/changelog.xml @@ -41,6 +41,12 @@ </p> </section> <section name="Changes between 1.2.48 and 1.2.49"> + <changelog> + <fix> + <bug>64878</bug>: Common: Enable configure to find the correct sizes for + pid_t and pthread_t when building on MacOS. (markt) + </fix> + </changelog> </section> <section name="Changes between 1.2.47 and 1.2.48"> <changelog> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org