diff options
| author | Joonas Niilola <juippis@gentoo.org> | 2025-06-16 08:32:59 +0300 |
|---|---|---|
| committer | Joonas Niilola <juippis@gentoo.org> | 2025-06-16 08:32:59 +0300 |
| commit | dc7aaf972ca0e70c9140fe43a0f9d7ac235190d8 (patch) | |
| tree | ab9b16ee9f9e389f1cdd880c04c3eea12047b87f /dev-lang/rust/rust-1.87.0-r1.ebuild | |
| parent | b70a1e0fa25075899c6d69212d3a388eaeef6e54 (diff) | |
| download | gentoo-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.ebuild | 2 |
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() { |
