[openssh-commits] [openssh] 01/02: Remove BoringSSL rpath as it's statically linked.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Mar 1 09:49:06 AEDT 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit c26d90e5ad05372b63dbb8727cb6c23a6505a2fb
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sun Mar 1 09:41:39 2026 +1100
Remove BoringSSL rpath as it's statically linked.
---
.github/configs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/configs b/.github/configs
index 3d320e506..8ee0f9878 100755
--- a/.github/configs
+++ b/.github/configs
@@ -177,7 +177,7 @@ case "$config" in
;;
boringssl)
CONFIGFLAGS="--disable-pkcs11"
- LIBCRYPTOFLAGS="--with-ssl-dir=/opt/boringssl --with-rpath=-Wl,-rpath,"
+ LIBCRYPTOFLAGS="--with-ssl-dir=/opt/boringssl"
;;
aws-lc)
LIBCRYPTOFLAGS="--with-ssl-dir=/opt/aws-lc --with-rpath=-Wl,-rpath,"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list