lol

Merge pull request #328648 from martinetd/systemd_bpf

systemd: re-enable bpf-framework

authored by

Jörg Thalheim and committed by
GitHub
aba5c086 0d797584

+2 -1
+2 -1
pkgs/os-specific/linux/systemd/default.nix
··· 412 412 hardeningDisable = [ 413 413 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111523 414 414 "trivialautovarinit" 415 - ]; 415 + # breaks clang -target bpf; should be fixed to filter target? 416 + ] ++ (lib.optional withLibBPF "zerocallusedregs"); 416 417 417 418 nativeBuildInputs = 418 419 [