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
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

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";