summaryrefslogtreecommitdiffstats
path: root/debian/patches/d-0011-cargo-remove-nghttp2.patch
blob: b7ea72c53f667a4c99fbd888bb30b20acc7b20d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Remove nghttp2 from curl-sys crate
Author: Zixing Liu <zixing.liu@canonical.com>
Forwarded: not-needed
Last-Update: 2023-05-17 <YYYY-MM-DD, last update of the meta-information, optional>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: rust/vendor/curl-sys/Cargo.toml
===================================================================
--- rust.orig/vendor/curl-sys/Cargo.toml
+++ rust/vendor/curl-sys/Cargo.toml
@@ -52,7 +52,7 @@ version = "0.3.3"
 [features]
 default = ["ssl"]
 force-system-lib-on-osx = []
-http2 = ["libnghttp2-sys"]
+http2 = []
 mesalink = []
 ntlm = []
 poll_7_68_0 = []