File: disable-vendor.patch

package info (click to toggle)
rust-git2 0.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,252 kB
  • sloc: makefile: 6
file content (14 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,11 +70,6 @@
 ssh = ["libgit2-sys/ssh"]
 ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"]
 unstable = []
-vendored-libgit2 = ["libgit2-sys/vendored"]
-vendored-openssl = [
-    "openssl-sys/vendored",
-    "libgit2-sys/vendored-openssl",
-]
 zlib-ng-compat = ["libgit2-sys/zlib-ng-compat"]
 
 [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]