summaryrefslogtreecommitdiffstats
path: root/debian/patches/d-0010-cargo-remove-vendored-c-crates.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:59:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:59:32 +0000
commit1a31e36639a94eab1afa78c1a32d876cb36f9d0d (patch)
treedd99e70862e73b1f175941b6e2b353f32cf02e73 /debian/patches/d-0010-cargo-remove-vendored-c-crates.patch
parentMerging upstream version 1.73.0+dfsg1. (diff)
downloadrustc-1a31e36639a94eab1afa78c1a32d876cb36f9d0d.tar.xz
rustc-1a31e36639a94eab1afa78c1a32d876cb36f9d0d.zip
Adding debian version 1.73.0+dfsg1-1.debian/1.73.0+dfsg1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/d-0010-cargo-remove-vendored-c-crates.patch')
-rw-r--r--debian/patches/d-0010-cargo-remove-vendored-c-crates.patch5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/patches/d-0010-cargo-remove-vendored-c-crates.patch b/debian/patches/d-0010-cargo-remove-vendored-c-crates.patch
index 21e1e0b06..1e8c91ca6 100644
--- a/debian/patches/d-0010-cargo-remove-vendored-c-crates.patch
+++ b/debian/patches/d-0010-cargo-remove-vendored-c-crates.patch
@@ -8,16 +8,15 @@ Last-Update: 2023-05-17
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/tools/cargo/Cargo.toml b/src/tools/cargo/Cargo.toml
-index 7e383be..384fe45 100644
+index 0e189a6..4071e8c 100644
--- a/src/tools/cargo/Cargo.toml
+++ b/src/tools/cargo/Cargo.toml
-@@ -203,8 +203,6 @@ test = false
+@@ -217,7 +217,5 @@ test = false
doc = false
[features]
-vendored-openssl = ["openssl/vendored"]
-vendored-libgit2 = ["libgit2-sys/vendored"]
+# Debian: removed vendoring flags
- pretty-env-logger = ["pretty_env_logger"]
# This is primarily used by rust-lang/rust distributing cargo the executable.
-all-static = ['vendored-openssl', 'curl/static-curl', 'curl/force-system-lib-on-osx']