]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: bump libbpf dependency to 1.4.0 when using gcc
authorLuca Boccassi <bluca@debian.org>
Mon, 29 Apr 2024 19:25:34 +0000 (20:25 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 29 Apr 2024 23:17:03 +0000 (01:17 +0200)
commit6c699c61ca8098e3a0b522119360c20dd232c85a
treee1d2d91334ec6329c1ceda22b6e97971b03545b5
parent132f6cfcfe8495a47ac35824e490ef1264fd8487
meson: bump libbpf dependency to 1.4.0 when using gcc

bpf_core_type_id_kernel() needs libbpf 1.4.0 when building with gcc
rather than clang, so bump the dependency accordingly.

More precisely, the following change is needed:

https://github.com/libbpf/libbpf/commit/b19fdbf1be21a28f88740375a575ebd9dfbea68f

Related to: https://github.com/systemd/systemd/issues/31869

Follow-up for 8aee931e7ae1adb01eeac0e1e4c0aef6ed3969ec
meson.build