File: remove-zlib-ng-compat.patch

package info (click to toggle)
rust-libssh2-sys 0.2.20-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 156 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- libssh2-sys/Cargo.toml	2020-12-07 00:44:25.527275557 +0000
+++ libssh2-sys/Cargo.toml	2020-12-07 00:41:07.631483621 +0000
@@ -39,7 +39,6 @@
 
 [features]
 vendored-openssl = []
-zlib-ng-compat = ["libz-sys/zlib-ng"]
 [target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
 version = "0.2"
 [target."cfg(unix)".dependencies.openssl-sys]