parent
e1890e2e12
commit
bc2f4c3a58
@ -1,4 +1,27 @@
|
||||
[package]
|
||||
cargo-toml-patch-comments = [
|
||||
"remove curl version suffix from crate version",
|
||||
"drop windows-specific features and dependencies",
|
||||
"drop optional dependencies and unused features (libnghttp2, mesalink)",
|
||||
"drop rustls support (rustls is not supported on all architectures)",
|
||||
"drop optional, unused zlib-ng support",
|
||||
]
|
||||
|
||||
[[package.extra-patches]]
|
||||
number = 10
|
||||
file = "0001-unconditionally-use-pkg-config-to-link-with-system-l.patch"
|
||||
comments = [
|
||||
"remove code related to building vendored curl sources",
|
||||
"unconditionally use pkg-config to link with system libcurl",
|
||||
]
|
||||
|
||||
[requires]
|
||||
build = ["pkgconfig(libcurl)"]
|
||||
lib = ["pkgconfig(libcurl)"]
|
||||
|
||||
[scripts]
|
||||
prep.post = [
|
||||
"# remove bundled curl sources",
|
||||
"rm -vr curl/",
|
||||
]
|
||||
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (curl-sys-0.4.72+curl-8.6.0.crate) = d77db758acab7cacbab724bf9d6f5a3a40083be7290c9b6dfdf91370f1d965e21d8ce01f1d3df79eb40da2ec759c2b0609d3c6176a0517acbcdc5a2bbb66a1ce
|
||||
SHA512 (curl-sys-0.4.73+curl-8.8.0.crate) = 7c669747ede48191e6a75f118084bc473fac3ec2fe78882bd13527df3d98a0c26c00b30055230298685afc741aa99e369b8bc2bb6d89712aaa3e5208c7ee9fc0
|
||||
|
Loading…
Reference in new issue