Merge pull request #328648 from martinetd/systemd_bpf
systemd: re-enable bpf-framework
This commit is contained in:
@@ -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 =
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user