diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2022-09-09 10:27:57 +0200 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2022-10-06 00:31:20 +0200 |
commit | e2490f73849181d840bdbb6265b8df2bb0111062 (patch) | |
tree | 1ba902597b385cdeac37799369eb77c18858db89 /README | |
parent | test: configure ldconfig's cache in the minimal verity images (diff) | |
download | systemd-e2490f73849181d840bdbb6265b8df2bb0111062.tar.xz systemd-e2490f73849181d840bdbb6265b8df2bb0111062.zip |
Bump libbpf version to 0.7
We already depend on the skeleton APIs introduced in libbpf 0.7 so
let's bump our minimum version to reflect that.
We don't enforce bpf compilation on mkosi anymore since not all
distros have sufficiently up-to-date libbpf available.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ REQUIREMENTS: libcryptsetup (optional), >= 2.3.0 required for signed Verity images support libaudit (optional) libacl (optional) - libbpf >= 0.2.0 (optional) + libbpf >= 0.7.0 (optional) libfdisk >= 2.32 (from util-linux) (optional) libselinux (optional) liblzma (optional) |