systemd: Disable stackprotector hardening flag
This commit is contained in:
parent
56b56c2138
commit
99cc3fa6ca
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ stdenv.mkDerivation rec {
|
|||
"--with-rc-local-script-path-stop=/etc/halt.local"
|
||||
] ++ (if enableKDbus then [ "--enable-kdbus" ] else [ "--disable-kdbus" ]);
|
||||
|
||||
hardeningDisable = [ "stackprotector" ];
|
||||
|
||||
preConfigure =
|
||||
''
|
||||
./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue