FreeBSD Bugzilla – Attachment 203929 Details for
Bug 237495
lang/rust: build fail with LibreSSL 2.9.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
rust-libressl291.patch
file_237495.txt (text/plain), 866 bytes, created by
Maciej Pasternacki
on 2019-04-23 15:43:42 UTC
(
hide
)
Description:
rust-libressl291.patch
Filename:
MIME Type:
Creator:
Maciej Pasternacki
Created:
2019-04-23 15:43:42 UTC
Size:
866 bytes
patch
obsolete
>diff --git a/lang/rust/files/patch-vendor_openssl-sys_build_main.rs b/lang/rust/files/patch-vendor_openssl-sys_build_main.rs >new file mode 100644 >index 000000000000..53db41308a59 >--- /dev/null >+++ b/lang/rust/files/patch-vendor_openssl-sys_build_main.rs >@@ -0,0 +1,14 @@ >+$OpenBSD: patch-vendor_openssl-sys_build_main_rs,v 1.2 2019/03/11 19:13:40 semarie Exp $ >+The LibreSSL version in -current isn't explicitly supported. >+Index: vendor/openssl-sys/build/main.rs >+--- vendor/openssl-sys/build/main.rs.orig >++++ vendor/openssl-sys/build/main.rs >+@@ -505,7 +505,7 @@ See rust-openssl README for more information: >+ (8, 1) => ('8', '1'), >+ (8, _) => ('8', 'x'), >+ (9, 0) => ('9', '0'), >+- _ => version_error(), >++ _ => ('9', '0'), >+ }; >+ >+ println!("cargo:libressl=true");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
tobik
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 237495
:
203924
| 203929 |
204169