Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 741816 Details for
Bug 814458
app-emulation/qemu-6.1.0 - ../.../trace.h: fatal error: trace/trace-ebpf.h: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch that finds the bpf static libraries
bpf-meson.patch (text/plain), 444 bytes, created by
Alexandre Ferreira
on 2021-09-29 04:17:17 UTC
(
hide
)
Description:
patch that finds the bpf static libraries
Filename:
MIME Type:
Creator:
Alexandre Ferreira
Created:
2021-09-29 04:17:17 UTC
Size:
444 bytes
patch
obsolete
>--- qemu-6.1.0/meson.build.old 2021-09-28 22:59:19.363970091 -0500 >+++ qemu-6.1.0/meson.build 2021-09-28 22:59:32.724107726 -0500 >@@ -1140,7 +1140,7 @@ > endif > > # libbpf >-libbpf = dependency('libbpf', required: get_option('bpf'), method: 'pkg-config') >+libbpf = dependency('libbpf', required: get_option('bpf'), method: 'pkg-config',kwargs: static_kwargs) > if libbpf.found() and not cc.links(''' > #include <bpf/libbpf.h> > int main(void)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 814458
:
740823
|
740826
|
740829
|
740832
|
740835
| 741816