syslinux: disable fortify hardening
This commit is contained in:
parent
fbb8067aa1
commit
5978109194
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ libuuid makeWrapper ];
|
buildInputs = [ libuuid makeWrapper ];
|
||||||
|
|
||||||
enableParallelBuilding = false; # Fails very rarely with 'No rule to make target: ...'
|
enableParallelBuilding = false; # Fails very rarely with 'No rule to make target: ...'
|
||||||
hardeningDisable = [ "pic" "stackprotector" ];
|
hardeningDisable = [ "pic" "stackprotector" "fortify" ];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
substituteInPlace Makefile --replace /bin/pwd $(type -P pwd)
|
substituteInPlace Makefile --replace /bin/pwd $(type -P pwd)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user