mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
memtest86+: disable pic/stackprotector hardening
This commit is contained in:
parent
745fa2fbc8
commit
c3096a4160
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
NIX_CFLAGS_COMPILE = "-I. -std=gnu90";
|
||||
|
||||
hardening_pic = false;
|
||||
hardening_stackprotector = false;
|
||||
|
||||
buildFlags = "memtest.bin";
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue