Merge pull request #13673 from mayflower/fix/disable_hardening
disable hardening: faac + memtest86+
This commit is contained in:
commit
5a1a8b6c67
|
@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
|
|||
++ optional mp4v2Support "--with-mp4v2"
|
||||
++ optional drmSupport "--enable-drm";
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
buildInputs = [ ]
|
||||
++ optional mp4v2Support mp4v2;
|
||||
|
||||
|
|
|
@ -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 New Issue