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
+2 -1
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 =
[