UPDATE: lang/rust > 1.77.0
This commit is contained in:
parent
3b2a1bcc45
commit
064e16c882
27 changed files with 997 additions and 392 deletions
15
lang/rust/patches/patch-vendor_openssl_build_rs
Normal file
15
lang/rust/patches/patch-vendor_openssl_build_rs
Normal file
|
@ -0,0 +1,15 @@
|
|||
https://github.com/sfackler/rust-openssl/pull/2124
|
||||
|
||||
Index: vendor/openssl/build.rs
|
||||
--- vendor/openssl/build.rs.orig
|
||||
+++ vendor/openssl/build.rs
|
||||
@@ -81,6 +81,9 @@ fn main() {
|
||||
for var in vars.split(',') {
|
||||
println!("cargo:rustc-cfg=osslconf=\"{}\"", var);
|
||||
}
|
||||
+ if version >= 0x3_09_00_00_0 {
|
||||
+ println!("cargo:rustc-cfg=libressl390");
|
||||
+ }
|
||||
}
|
||||
|
||||
if let Ok(version) = env::var("DEP_OPENSSL_VERSION_NUMBER") {
|
Loading…
Add table
Add a link
Reference in a new issue