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, 10 insertions, 0 deletions
diff --git a/extra/git2/debian/patches/remove-zlib-ng-compat.patch b/extra/git2/debian/patches/remove-zlib-ng-compat.patch
new file mode 100644
index 000000000..1ac449c02
--- /dev/null
+++ b/extra/git2/debian/patches/remove-zlib-ng-compat.patch
@@ -0,0 +1,10 @@
+--- 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"