summaryrefslogtreecommitdiffstats
path: root/extra/libgit2-sys/debian/patches/remove-zlib-ng-compat.patch
blob: 5e5b44e5ef70244050e343a9ec305b5a6e05d16e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: libgit2-sys/Cargo.toml
===================================================================
--- libgit2-sys.orig/Cargo.toml
+++ libgit2-sys/Cargo.toml
@@ -59,10 +59,6 @@ ssh = ["libssh2-sys"]
 ssh_key_from_memory = []
 vendored = []
 vendored-openssl = ["openssl-sys/vendored"]
-zlib-ng-compat = [
-    "libz-sys/zlib-ng",
-    "libssh2-sys?/zlib-ng-compat",
-]
 
 [target."cfg(unix)".dependencies.openssl-sys]
 version = "0.9.45"