Skip to content

Commit

Permalink
memtest86Plus: fix runtime errors with fortify hardening
Browse files Browse the repository at this point in the history
fixes #6630

(cherry picked from commit 32eecf9)
  • Loading branch information
globin committed Mar 7, 2017
1 parent 3007826 commit 7206060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/misc/memtest86+/default.nix
Expand Up @@ -22,7 +22,7 @@ stdenv.mkDerivation rec {

NIX_CFLAGS_COMPILE = "-I. -std=gnu90";

hardeningDisable = [ "stackprotector" "pic" ];
hardeningDisable = [ "fortify" "stackprotector" "pic" ];

buildFlags = "memtest.bin";

Expand Down

0 comments on commit 7206060

Please sign in to comment.