From 573ca2023607c7a2398e8eb504c8ebe1f9fed4dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 21 Apr 2025 13:05:16 +0200 Subject: [PATCH] dev-util/bpf-linker: We need rust-src flag too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-util/bpf-linker/bpf-linker-0.9.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/bpf-linker/bpf-linker-0.9.14.ebuild b/dev-util/bpf-linker/bpf-linker-0.9.14.ebuild index a60bf9f562ff3..0d7e51141450d 100644 --- a/dev-util/bpf-linker/bpf-linker-0.9.14.ebuild +++ b/dev-util/bpf-linker/bpf-linker-0.9.14.ebuild @@ -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