diff options
author | 2021-10-07 08:47:48 -0700 | |
---|---|---|
committer | 2021-10-07 08:48:14 -0700 | |
commit | 4b2775ec461086a7299d277193f485947d78f817 (patch) | |
tree | 5db483dcb7f512c2f8b14f9040b57eb708066555 /dev-lang/rust/rust-1.52.1.ebuild | |
parent | sys-libs/zlib: fix install with slibtool (diff) | |
download | gentoo-4b2775ec461086a7299d277193f485947d78f817.tar.gz gentoo-4b2775ec461086a7299d277193f485947d78f817.tar.bz2 gentoo-4b2775ec461086a7299d277193f485947d78f817.zip |
dev-lang/rust: silence rmeta QA WX warnings
Closes: https://bugs.gentoo.org/806466
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-1.52.1.ebuild')
-rw-r--r-- | dev-lang/rust/rust-1.52.1.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-lang/rust/rust-1.52.1.ebuild b/dev-lang/rust/rust-1.52.1.ebuild index 903660103f67..30db42404e6a 100644 --- a/dev-lang/rust/rust-1.52.1.ebuild +++ b/dev-lang/rust/rust-1.52.1.ebuild @@ -138,6 +138,12 @@ QA_SONAME=" usr/lib/${PN}/${PV}/lib/rustlib/.*/lib/lib.*.so " +# An rmeta file is custom binary format that contains the metadata for the crate. +# rmeta files do not support linking, since they do not contain compiled object files. +# so we can safely silence the warning for this QA check. +QA_WX_LOAD="usr/lib/${PN}/${PV}/lib/rustlib/.*/lib/.*:lib.rmeta" +QA_EXECSTACK="${QA_WX_LOAD}" + # causes double bootstrap RESTRICT="test" |