Skip to content

Commit 6e2c8a8

Browse files
committed
contrib: cargo-c: add patch fixing openssl fetching
1 parent f408af3 commit 6e2c8a8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
From 39a7021f96bc49d03fb5b84d1daf31074878f98d Mon Sep 17 00:00:00 2001
2+
From: Luca Barbato <lu_zero@gentoo.org>
3+
Date: Mon, 26 Oct 2020 14:20:00 +0100
4+
Subject: [PATCH] Add an explicit feature to vendor openssl
5+
6+
---
7+
Cargo.toml | 4 ++++
8+
1 file changed, 4 insertions(+)
9+
10+
diff --git a/Cargo.toml b/Cargo.toml
11+
index 454c31b..742bf7b 100644
12+
--- a/Cargo.toml
13+
+++ b/Cargo.toml
14+
@@ -33,3 +33,7 @@ toml = "0.5"
15+
serde = "1.0"
16+
serde_derive = "1.0"
17+
anyhow = "1.0"
18+
+
19+
+
20+
+[features]
21+
+vendored-openssl = ["cargo/vendored-openssl"]

0 commit comments

Comments
 (0)