File: drop-vendored-openssl-feature.patch

package info (click to toggle)
rust-cargo-c 0.10.11-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 424 kB
  • sloc: sh: 30; makefile: 12
file content (15 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Drop feature vendored-openssl
Author: Sebastian Ramacher <sramacher@debian.org>
Last-Update: 2022-06-24
Index: cargo-c/Cargo.toml
===================================================================
--- cargo-c.orig/Cargo.toml
+++ cargo-c/Cargo.toml
@@ -36,7 +36,6 @@ repository = "https://github.com/lu-zero
 
 [features]
 default = []
-vendored-openssl = ["cargo/vendored-openssl"]
 
 [lib]
 name = "cargo_c"