syslinux: turn off stackprotector/pic hardening

This commit is contained in:
Robin Gloster 2016-02-12 01:41:52 +00:00
parent 3c4729e980
commit d8f3d2ede1

View file

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