diff options
Diffstat (limited to 'extra/libgit2-sys/debian/patches/remove-zlib-ng-compat.patch')
-rw-r--r-- | extra/libgit2-sys/debian/patches/remove-zlib-ng-compat.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/libgit2-sys/debian/patches/remove-zlib-ng-compat.patch b/extra/libgit2-sys/debian/patches/remove-zlib-ng-compat.patch deleted file mode 100644 index 5e5b44e5e..000000000 --- a/extra/libgit2-sys/debian/patches/remove-zlib-ng-compat.patch +++ /dev/null @@ -1,15 +0,0 @@ -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" |