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