Merge pull request #328648 from martinetd/systemd_bpf

systemd: re-enable bpf-framework
This commit is contained in:
Jörg Thalheim
2024-07-21 12:17:50 +02:00
committed by GitHub
+2 -1
View File
@@ -412,7 +412,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 =
[