You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the probe to test whether we need to link against the zstd library
to use libelf in bpftool.
This should ideally have been merged before commit 67f1758
("bpftool: Link zstd lib required by libelf"), where we have the
Makefile use the actual feature, but I forgot to add the probe when
synchronising the repository.
Elfutils commit a5b07cdf9c49 adds support for ZSTD compression, first
shipped with elfutils 0.189. Distros now have it; for example, Ubuntu
22.04 ships version 0.186 (or 0.188 in backports), but Ubuntu 24.04 has
0.189 or 0.190 depending on the arch.
Link: https://sourceware.org/git/?p=elfutils.git;a=commit;h=a5b07cdf9c491fb7a4a16598c482c68b718f59b9
Signed-off-by: Quentin Monnet <[email protected]>
0 commit comments