Skip to content

Commit 01ddc62

Browse files
committed
add zlib and libelf as dependencies
1 parent 8635f3f commit 01ddc62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ocaml_libbpf.opam.template

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
available: [ os = "linux" & os-version >= "5.19"]
2+
# Just specify debian dependencies for now
3+
depexts: [
4+
["zlib1g" "libelf1"] {os-distribution = "debian"}
5+
["zlib" "elfutils-libelf"] {os-distribution = "fedora"}
6+
]

0 commit comments

Comments
 (0)