aports/testing/below/fix-libbpf-sys.patch
2022-10-15 15:00:12 +00:00

23 lines
527 B
Diff

--- a/below/Cargo.toml
+++ b/below/Cargo.toml
@@ -23,3 +23,3 @@
indicatif = { version = "0.16", features = ["with_rayon"] }
-libbpf-rs = "0.18.0"
+libbpf-rs = "0.19.1"
libc = "0.2.132"
@@ -45,3 +45,3 @@
[build-dependencies]
-libbpf-cargo = "0.12.0"
+libbpf-cargo = "0.13.1"
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,3 +14,7 @@
"below/store",
"below/view",
]
+
+[patch.crates-io]
+# https://github.com/libbpf/libbpf-sys/pull/47
+libbpf-sys = { git = "https://github.com/jirutka/libbpf-sys", branch = "fix-novendor" }