From d002199454f8bc841509cdffad1c695eeae2ca7e Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Wed, 1 Dec 2021 11:54:25 +0000 Subject: [PATCH] * travis: installing librustls in $PREFIX and using it from there. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895456 13f79535-47bb-0310-9956-ffa450edef68 --- test/travis_run_linux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh index a36f85bc620..9fc7bcace59 100755 --- a/test/travis_run_linux.sh +++ b/test/travis_run_linux.sh @@ -60,9 +60,9 @@ if test -v TEST_MOD_TLS; then pushd "$RUSTLS_HOME" git fetch origin git checkout tags/$RUSTLS_VERSION - make install + make install DESTDIR="$PREFIX" popd - CONFIG="$CONFIG --with-tls" + CONFIG="$CONFIG --with-tls --with-rustls=$PREFIX" fi srcdir=$PWD -- 2.47.3