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 f4fe1dcf4 Correct Linux etc building instructions (Configure rather than config) f4fe1dcf4 is described below commit f4fe1dcf4952af1a90f8da8663d1a2517c510354 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue May 3 17:29:56 2022 +0100 Correct Linux etc building instructions (Configure rather than config) --- native/BUILDING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/BUILDING b/native/BUILDING index 989004ab2..7059e8de7 100644 --- a/native/BUILDING +++ b/native/BUILDING @@ -50,7 +50,7 @@ Linux / Unix / OSX (static linking) 1. Build static version of OpenSSL 1.0.2 or later - > ./config --prefix=~/natives/openssl no-shared -fPIC + > ./Configure --prefix=~/natives/openssl no-shared -fPIC > make > make install_sw --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org