From: Stefan Eissing Date: Wed, 1 Dec 2021 11:54:25 +0000 (+0000) Subject: * travis: installing librustls in $PREFIX and using X-Git-Tag: 2.5.0-alpha2-ci-test-only~674 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d002199454f8bc841509cdffad1c695eeae2ca7e;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- 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