summaryrefslogtreecommitdiff
path: root/dev-lang/rust/rust-9999.ebuild
diff options
context:
space:
mode:
authorMichal Rostecki <vadorovsky@protonmail.com>2025-02-25 16:34:12 +0100
committerSam James <sam@gentoo.org>2025-02-25 19:29:09 +0000
commit0f68a2ec8ad3feb9a50d1db9b4ea1d7ed6f22bda (patch)
treee2879e2a439cba411591c47bfc2525ab1b809d1c /dev-lang/rust/rust-9999.ebuild
parentaa48ce29d136eb159b71065cd5cdfb084bc30975 (diff)
downloadgentoo-0f68a2ec8ad3feb9a50d1db9b4ea1d7ed6f22bda.tar.gz
gentoo-0f68a2ec8ad3feb9a50d1db9b4ea1d7ed6f22bda.tar.bz2
gentoo-0f68a2ec8ad3feb9a50d1db9b4ea1d7ed6f22bda.zip
dev-lang/rust: Enable dynamic linking by default for musl targets
We already have a similar patch for versions before 1.85.0. Change rust-lang/rust@9c37c14aa245, which got released in 1.85.0, made us think that such a patch is not needed anymore, but that's not true. Upstream didn't fix the existing individual targets yet. Bug: https://bugs.gentoo.org/950275 Signed-off-by: Michal Rostecki <vadorovsky@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/40752 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-9999.ebuild')
-rw-r--r--dev-lang/rust/rust-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild
index d8ef8c5ff649..28e6f429280a 100644
--- a/dev-lang/rust/rust-9999.ebuild
+++ b/dev-lang/rust/rust-9999.ebuild
@@ -166,6 +166,7 @@ VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/rust.asc
PATCHES=(
"${FILESDIR}"/1.85.0-cross-compile-libz.patch
+ "${FILESDIR}"/1.85.0-musl-dynamic-linking.patch
"${FILESDIR}"/1.67.0-doc-wasm.patch
)