This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 53f5ca0372 Attempt to fix Travis build - OpenSSL is not optional for
Tomcat Native 2.x
53f5ca0372 is described below
commit 53f5ca0372228177535e33c84f5037e6e63130d8
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jun 20 11:47:10 2022 +0100
Attempt to fix Travis build - OpenSSL is not optional for Tomcat Native 2.x
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 3ee801379e..6e71436c4f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,7 +57,7 @@ install:
- git clone -q https://github.com/apache/tomcat-native.git
$HOME/tmp/tomcat-native
- cd $HOME/tmp/tomcat-native/native
- sh buildconf --with-apr=$HOME/tmp/apr
- - ./configure --with-apr=$HOME/tmp/apr --with-java-home=$JAVA_HOME
--with-ssl=yes --prefix=$HOME/tmp/tomcat-native-build
+ - ./configure --with-apr=$HOME/tmp/apr --with-java-home=$JAVA_HOME
--prefix=$HOME/tmp/tomcat-native-build
- make
- make install
- cd $CURR_PWD
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]