dev-util/bpf-linker: We need rust-src flag too

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-04-21 13:05:16 +02:00
parent cf90abf583
commit 573ca20236

View File

@@ -19,7 +19,7 @@ declare -A GIT_CRATES=(
# https://crates.io/crates/llvm-sys#llvm-compatibility
LLVM_COMPAT=( {20..21} )
RUST_REQ_USE="llvm_targets_BPF(+)"
RUST_REQ_USE="llvm_targets_BPF(+),rust-src"
inherit cargo llvm-r2