[openssh-commits] [openssh] branch V_10_0 updated: Boringssl now puts libcrypto in a different place.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed May 21 16:57:14 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch V_10_0
in repository openssh.
The following commit(s) were added to refs/heads/V_10_0 by this push:
new 07d4a5bfc Boringssl now puts libcrypto in a different place.
07d4a5bfc is described below
commit 07d4a5bfcb7f732540fbca9f2ac885bea3b68e78
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Tue May 6 08:07:23 2025 +1000
Boringssl now puts libcrypto in a different place.
---
.github/setup_ci.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 711a46952..5bac2d0ba 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -252,7 +252,7 @@ if [ ! -z "${INSTALL_BORINGSSL}" ]; then
cd ${HOME}/boringssl && mkdir build && cd build &&
cmake -GNinja -DCMAKE_POSITION_INDEPENDENT_CODE=ON .. && ninja &&
mkdir -p /opt/boringssl/lib &&
- cp ${HOME}/boringssl/build/crypto/libcrypto.a /opt/boringssl/lib &&
+ cp ${HOME}/boringssl/build/libcrypto.a /opt/boringssl/lib &&
cp -r ${HOME}/boringssl/include /opt/boringssl)
fi
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list