summaryrefslogtreecommitdiff
path: root/dev-lang/rust/rust-1.87.0-r1.ebuild
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2025-06-16 08:32:59 +0300
committerJoonas Niilola <juippis@gentoo.org>2025-06-16 08:32:59 +0300
commitdc7aaf972ca0e70c9140fe43a0f9d7ac235190d8 (patch)
treeab9b16ee9f9e389f1cdd880c04c3eea12047b87f /dev-lang/rust/rust-1.87.0-r1.ebuild
parentb70a1e0fa25075899c6d69212d3a388eaeef6e54 (diff)
downloadgentoo-dc7aaf972ca0e70c9140fe43a0f9d7ac235190d8.tar.gz
gentoo-dc7aaf972ca0e70c9140fe43a0f9d7ac235190d8.tar.bz2
gentoo-dc7aaf972ca0e70c9140fe43a0f9d7ac235190d8.zip
dev-lang/rust: fix building '+wasm' on clang/lld system on 1.87.0
- sync changes from 1.86.0. Bug: https://bugs.gentoo.org/953956 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-1.87.0-r1.ebuild')
-rw-r--r--dev-lang/rust/rust-1.87.0-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-lang/rust/rust-1.87.0-r1.ebuild b/dev-lang/rust/rust-1.87.0-r1.ebuild
index 206dda02987b..b5031df1745f 100644
--- a/dev-lang/rust/rust-1.87.0-r1.ebuild
+++ b/dev-lang/rust/rust-1.87.0-r1.ebuild
@@ -317,6 +317,8 @@ src_prepare() {
fi
default
+
+ eapply "${FILESDIR}"/rust-1.87.0-issue-139372-bgo-953956-fix-hardcoded-gnu-linker-flags.patch
}
src_configure() {