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 2022/06/20 10:47:20 UTC

[tomcat] branch main updated: Attempt to fix Travis build - OpenSSL is not optional for Tomcat Native 2.x

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.git


The following commit(s) were added to refs/heads/main by this push:
     new 81930ce08b Attempt to fix Travis build - OpenSSL is not optional for Tomcat Native 2.x
81930ce08b is described below

commit 81930ce08b759ac15bc7236e34ff1a2acfbfe83a
Author: Mark Thomas <ma...@apache.org>
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 572d0c2b66..874bba16c6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -65,7 +65,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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org