We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7da285 commit 05e80c4Copy full SHA for 05e80c4
1 file changed
crates/heaptrack/Cargo.toml
@@ -16,7 +16,8 @@ path = "src/main.rs"
16
anyhow = "1.0"
17
clap = { version = "4.5", features = ["derive"] }
18
libc = "0.2"
19
-libbpf-rs = { version = "0.25.0", features = ["static"] }
+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?
21
log = "0.4.28"
22
env_logger = "0.11.8"
23
serde_json = "1.0"
@@ -49,14 +50,15 @@ linux-libc-dev = "*"
49
50
build-essential = "*"
51
pkgconf = "*"
52
zlib1g-dev = "*"
53
+
54
libelf-dev = "*"
55
+elfutils = "*"
56
57
# Required for vendored + static libbpf-sys:
58
autopoint = "*"
59
bison = "*"
60
flex = "*"
61
-elfutils = "*"
62
63
64
# musl-tools musl-dev libargp-dev
0 commit comments