Merge #328883: systemd: re-enable bpf-framework

...into staging-next
This commit is contained in:
Vladimír Čunát 2024-07-21 13:51:43 +02:00
commit 6b370024d4
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -306,7 +306,8 @@ stdenv.mkDerivation (finalAttrs: {
hardeningDisable = [
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111523
"trivialautovarinit"
];
# breaks clang -target bpf; should be fixed to filter target?
] ++ (lib.optional withLibBPF "zerocallusedregs");
nativeBuildInputs =
[