mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 06:44:06 +00:00
systemd: disable trivialautovarinit hardening flag
to avoid a reported performance regression
This commit is contained in:
parent
4123c6c93f
commit
12970b96ed
@ -404,6 +404,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
outputs = [ "out" "dev" ] ++ (lib.optional (!buildLibsOnly) "man");
|
||||
|
||||
hardeningDisable = [
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111523
|
||||
"trivialautovarinit"
|
||||
];
|
||||
|
||||
nativeBuildInputs =
|
||||
[
|
||||
pkg-config
|
||||
|
Loading…
Reference in New Issue
Block a user