]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
Fix bpf-framework build failure with gcc-bpf
authorMichael Biebl <biebl@debian.org>
Fri, 22 Mar 2024 12:26:45 +0000 (13:26 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 23 Mar 2024 11:06:22 +0000 (12:06 +0100)
commit1df021927f119287985ac0cafefcfec9ead6d9ae
tree1fb081108fb1fef8bd39f569e19fd1d87d7c8fd2
parentda867fa3c3f18e47ef46457e7792deb60d773613
Fix bpf-framework build failure with gcc-bpf

The -mkernel option was dropped in
https://github.com/gcc-mirror/gcc/commit/da445a5858299ed2a72af1089c225a438ab93ce2

We also need to ensure that the include paths are properly set for the
linux kernel headers.

Fixes: #31869
meson.build