Merge pull request #13673 from mayflower/fix/disable_hardening

disable hardening: faac + memtest86+
This commit is contained in:
Robin Gloster 2016-03-04 15:06:36 +01:00
commit 5a1a8b6c67
2 changed files with 5 additions and 0 deletions

View file

@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
++ optional mp4v2Support "--with-mp4v2"
++ optional drmSupport "--enable-drm";
hardening_format = false;
buildInputs = [ ]
++ optional mp4v2Support mp4v2;

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 = ''