on focal and use it for the mod_tls tests.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1898372 13f79535-47bb-0310-9956-
ffa450edef68
git fetch origin
git checkout tags/$RUSTLS_VERSION
# force an update to cbindgen as focal seems to deliver v0.12.1
+ # always something changes with rust/cargo every few weeks, sigh.
cargo install --force cbindgen
- make install DESTDIR="$PREFIX"
+ PATH="${HOME}/.cargo/bin:${PATH}" make install DESTDIR="$PREFIX"
popd
CONFIG="$CONFIG --with-tls --with-rustls=$PREFIX"
fi