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