Commit cf462c6
committed
mirror: Add probe for libelf-zstd feature
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]>1 parent 368a1a5 commit cf462c6
1 file changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
160 | 180 | | |
161 | 181 | | |
162 | 182 | | |
| |||
0 commit comments