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-native.git
The following commit(s) were added to refs/heads/main by this push:
new 20e00c03e Correct filename
20e00c03e is described below
commit 20e00c03e094a2dd336f6f3a1f1ae355a1e1ed41
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jul 4 12:31:58 2022 +0100
Correct filename
---
native/BUILDING | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/native/BUILDING b/native/BUILDING
index 0e6763d61..79935c45f 100644
--- a/native/BUILDING
+++ b/native/BUILDING
@@ -60,7 +60,7 @@ Linux / Unix / OSX (static linking)
3. Ensure the static APR library is used
- Edit the ~/natives/apr/lib/libapr-2.la file and comment or delete the
+ Edit the ~/natives/apr/lib/libapr-1.la file and comment or delete the
following sections: dlname='...' and library_names='...'
This is needed so that libtool picks the static version of the library.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]