summaryrefslogtreecommitdiffstats
path: root/extra/git2/debian/patches/remove-zlib-ng-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/git2/debian/patches/remove-zlib-ng-compat.patch')
-rw-r--r--extra/git2/debian/patches/remove-zlib-ng-compat.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/git2/debian/patches/remove-zlib-ng-compat.patch b/extra/git2/debian/patches/remove-zlib-ng-compat.patch
deleted file mode 100644
index 1ac449c02..000000000
--- a/extra/git2/debian/patches/remove-zlib-ng-compat.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -70,7 +70,6 @@
- ssh = ["libgit2-sys/ssh"]
- ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"]
- unstable = []
--zlib-ng-compat = ["libgit2-sys/zlib-ng-compat"]
-
- [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]
- version = "0.1"