syslinux: turn off stackprotector/pic hardening
This commit is contained in:
parent
3c4729e980
commit
d8f3d2ede1
@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ libuuid makeWrapper ];
|
||||
|
||||
enableParallelBuilding = false; # Fails very rarely with 'No rule to make target: ...'
|
||||
hardening_stackprotector = false;
|
||||
hardening_pic = false;
|
||||
|
||||
preBuild = ''
|
||||
substituteInPlace Makefile --replace /bin/pwd $(type -P pwd)
|
||||
|
Loading…
Reference in New Issue
Block a user