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 2023/05/30 21:10:02 UTC

[tomcat-native] branch 1.2.x updated: Correct minimum APR version

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

markt pushed a commit to branch 1.2.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git


The following commit(s) were added to refs/heads/1.2.x by this push:
     new 0cd11fcdb Correct minimum APR version
0cd11fcdb is described below

commit 0cd11fcdb35114c50e7af2e21527b3f9c5fc993f
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue May 30 22:09:56 2023 +0100

    Correct minimum APR version
---
 native/BUILDING | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/native/BUILDING b/native/BUILDING
index 7059e8de7..d5a5da0fa 100644
--- a/native/BUILDING
+++ b/native/BUILDING
@@ -57,7 +57,7 @@ Linux / Unix / OSX (static linking)
    Note: For the Solaris platform you should use -KPIC instead -fPIC so that the
          library is compiled with position independent code.
 
-2. Build static version of APR 1.4.0 or later
+2. Build static version of APR 1.4.3 or later
 
    > ./configure --prefix=~/natives/apr
    > make


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