Commit 91f2e15
configure: update libbpf check for modern api
The system libbpf check would unconditionally fail with a modern libbpf
because the example program used outdated and removed library functions.
Update the test program so that system libbpf check can pass again.
Signed-off-by: Ronan Pigott <ronan@rjp.ie>1 parent eeb154d commit 91f2e15
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | 109 | | |
111 | 110 | | |
112 | 111 | | |
113 | | - | |
| 112 | + | |
114 | 113 | | |
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
120 | | - | |
| 119 | + | |
121 | 120 | | |
122 | 121 | | |
123 | 122 | | |
| |||
0 commit comments