so that rustc and cbindget are in a combination that works on
focal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1900804 13f79535-47bb-0310-9956-
ffa450edef68
pushd "$RUSTLS_HOME"
git fetch origin
git checkout tags/$RUSTLS_VERSION
- make install DESTDIR="$PREFIX"
+ # 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
+ PATH="${HOME}/.cargo/bin:${PATH}" make install DESTDIR="$PREFIX"
popd
CONFIG="$CONFIG --with-tls --with-rustls=$PREFIX"
fi