From fc8bc809d855bb5b9c190cb33e5aff834a69388a Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Sun, 25 Sep 2022 10:34:40 -0700 Subject: [PATCH] dev-lang/rust: silence musl crtn.o prestrip warning Closes: https://bugs.gentoo.org/834160 Signed-off-by: Georgy Yakovlev --- dev-lang/rust/rust-1.64.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/rust/rust-1.64.0-r1.ebuild b/dev-lang/rust/rust-1.64.0-r1.ebuild index d506b1ed43fba..dcd36ed07f9ae 100644 --- a/dev-lang/rust/rust-1.64.0-r1.ebuild +++ b/dev-lang/rust/rust-1.64.0-r1.ebuild @@ -148,6 +148,7 @@ QA_SONAME=" QA_PRESTRIPPED=" usr/lib/${PN}/${PV}/lib/rustlib/.*/bin/rust-llvm-dwp + usr/lib/${PN}/${PV}/lib/rustlib/.*/lib/self-contained/crtn.o " # An rmeta file is custom binary format that contains the metadata for the crate.