memtest86Plus: fix runtime errors with fortify hardening

fixes #6630
This commit is contained in:
Robin Gloster
2017-03-07 15:40:40 +01:00
parent 1af3a9854f
commit 32eecf9877

View File

@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-I. -std=gnu90";
hardeningDisable = [ "stackprotector" "pic" ];
hardeningDisable = [ "fortify" "stackprotector" "pic" ];
buildFlags = "memtest.bin";