Commit 1fd2c69
committed
bpftool: Update to 7.7.0
This PR is #472 with a couple additional fixes to account for changes
between 7.6.0 and 7.7.0:
* It is no longer necessary to patch `LIBS` to add `-lzstd` since libbpf/bpftool@67f1758
* `bpftool` now links against `openssl`: "This comes at the cost of an
additional build dependency to OpenSSL's development library." (see https://github.com/libbpf/bpftool/releases/tag/v7.7.0)
Signed-off-by: Hadrien Patte <hadrien.patte@datadoghq.com>1 parent 7a13a3a commit 1fd2c69
2 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments