summaryrefslogtreecommitdiffstats
path: root/extra/git2-curl/debian/patches/remove-zlib-ng-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/git2-curl/debian/patches/remove-zlib-ng-compat.patch')
-rw-r--r--extra/git2-curl/debian/patches/remove-zlib-ng-compat.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/git2-curl/debian/patches/remove-zlib-ng-compat.patch b/extra/git2-curl/debian/patches/remove-zlib-ng-compat.patch
new file mode 100644
index 000000000..48b215a4c
--- /dev/null
+++ b/extra/git2-curl/debian/patches/remove-zlib-ng-compat.patch
@@ -0,0 +1,10 @@
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -56,7 +56,3 @@
+ version = "3.0"
+
+ [features]
+-zlib-ng-compat = [
+- "git2/zlib-ng-compat",
+- "curl/zlib-ng-compat",
+-]