Skip to content

Commit 05e80c4

Browse files
committed
fixup: asdf
1 parent a7da285 commit 05e80c4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

crates/heaptrack/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ path = "src/main.rs"
1616
anyhow = "1.0"
1717
clap = { version = "4.5", features = ["derive"] }
1818
libc = "0.2"
19-
libbpf-rs = { version = "0.25.0", features = ["static"] }
19+
libbpf-rs = { version = "0.25.0", features = [] }
20+
# FIXME: "static" requires -Lelf: could not find native static library `elf`, perhaps an -L flag is missing?
2021
log = "0.4.28"
2122
env_logger = "0.11.8"
2223
serde_json = "1.0"
@@ -49,14 +50,15 @@ linux-libc-dev = "*"
4950
build-essential = "*"
5051
pkgconf = "*"
5152
zlib1g-dev = "*"
53+
5254
libelf-dev = "*"
55+
elfutils = "*"
5356

5457
# Required for vendored + static libbpf-sys:
5558
autopoint = "*"
5659
bison = "*"
5760
flex = "*"
5861

59-
elfutils = "*"
6062

6163

6264
# musl-tools musl-dev libargp-dev

0 commit comments

Comments
 (0)