syslinux: disable fortify hardening

+1 -1
+1 -1
pkgs/os-specific/linux/syslinux/default.nix
··· 16 16 buildInputs = [ libuuid makeWrapper ]; 17 17 18 18 enableParallelBuilding = false; # Fails very rarely with 'No rule to make target: ...' 19 - hardeningDisable = [ "pic" "stackprotector" ]; 19 + hardeningDisable = [ "pic" "stackprotector" "fortify" ]; 20 20 21 21 preBuild = '' 22 22 substituteInPlace Makefile --replace /bin/pwd $(type -P pwd)