forked from Lainports/freebsd-ports
- unbundle OpenSSL Changelog: https://github.com/eza-community/eza/releases/tag/v0.19.4 PR: 281577 Event: EuroBSDcon 2024
13 lines
515 B
TOML
13 lines
515 B
TOML
--- cargo-crates/git2-0.19.0/Cargo.toml.orig 1970-01-01 00:00:01 UTC
|
|
+++ cargo-crates/git2-0.19.0/Cargo.toml
|
|
@@ -69,10 +69,6 @@ vendored-libgit2 = ["libgit2-sys/vendored"]
|
|
ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"]
|
|
unstable = []
|
|
vendored-libgit2 = ["libgit2-sys/vendored"]
|
|
-vendored-openssl = [
|
|
- "openssl-sys/vendored",
|
|
- "libgit2-sys/vendored-openssl",
|
|
-]
|
|
zlib-ng-compat = ["libgit2-sys/zlib-ng-compat"]
|
|
|
|
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]
|