You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/06/30 09:59:09 UTC

[tomcat-connectors] branch main updated (6e5a5ec -> e719874)

This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git.


    from 6e5a5ec  Update after rename of branch to main
     new 6ec3c8c  Additional ignore
     new e719874  Fix BZ 64878 - Fix build in MaxOS

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 native/.gitignore                 | 1 +
 native/scripts/build/jk_common.m4 | 1 +
 xdocs/miscellaneous/changelog.xml | 6 ++++++
 3 files changed, 8 insertions(+)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[tomcat-connectors] 02/02: Fix BZ 64878 - Fix build in MaxOS

Posted by ma...@apache.org.
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 don@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[tomcat-connectors] 01/02: Additional ignore

Posted by ma...@apache.org.
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 6ec3c8c205b9712ac4c10db0656b7f2b6824217a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jun 30 10:45:11 2021 +0100

    Additional ignore
---
 native/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/native/.gitignore b/native/.gitignore
index 850aacf..d1a6353 100644
--- a/native/.gitignore
+++ b/native/.gitignore
@@ -1,3 +1,4 @@
+Makefile
 Makefile.in
 aclocal.m4
 configure

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org