File: disable-vendor.patch

package info (click to toggle)
rust-git2 0.20.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,388 kB
  • sloc: sh: 35; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 404 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: git2/Cargo.toml
===================================================================
--- git2.orig/Cargo.toml
+++ git2/Cargo.toml
@@ -47,11 +47,6 @@ https = [
 ]
 ssh = ["libgit2-sys/ssh"]
 unstable = []
-vendored-libgit2 = ["libgit2-sys/vendored"]
-vendored-openssl = [
-    "openssl-sys/vendored",
-    "libgit2-sys/vendored-openssl",
-]
 zlib-ng-compat = ["libgit2-sys/zlib-ng-compat"]
 
 [lib]