systemd: Disable stackprotector hardening flag

This commit is contained in:
Franz Pletz
2016-05-31 18:05:12 +02:00
committed by Robin Gloster
parent 56b56c2138
commit 99cc3fa6ca

View File

@@ -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