diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:41:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 12:41:35 +0000 |
commit | 7e5d7eea9c580ef4b41a765bde624af431942b96 (patch) | |
tree | 2c0d9ca12878fc4525650aa4e54d77a81a07cc09 /extra/libgit2-sys/debian/patches/remove-zlib-ng-compat.patch | |
parent | Adding debian version 1.70.0+dfsg1-9. (diff) | |
download | rustc-7e5d7eea9c580ef4b41a765bde624af431942b96.tar.xz rustc-7e5d7eea9c580ef4b41a765bde624af431942b96.zip |
Merging upstream version 1.70.0+dfsg2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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, 15 insertions, 0 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 new file mode 100644 index 000000000..5e5b44e5e --- /dev/null +++ b/extra/libgit2-sys/debian/patches/remove-zlib-ng-compat.patch @@ -0,0 +1,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" |