memtest86+: disable pic/stackprotector hardening

This commit is contained in:
Tristan Helmich 2016-03-04 14:48:06 +01:00
parent 745fa2fbc8
commit c3096a4160

View file

@ -22,6 +22,9 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-I. -std=gnu90";
hardening_pic = false;
hardening_stackprotector = false;
buildFlags = "memtest.bin";
installPhase = ''