mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
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