edk2: turn off fortify & format hardening

This commit is contained in:
Robin Gloster
2016-02-08 23:07:09 +00:00
parent 8fb28b21b4
commit b0eedc4ecb
+4 -3
View File
@@ -20,9 +20,10 @@ edk2 = stdenv.mkDerivation {
buildInputs = [ libuuid pythonFull ]; buildInputs = [ libuuid pythonFull ];
buildPhase = '' makeFlags = "-C BaseTools";
make -C BaseTools
''; hardening_fortify = false;
hardening_format = false;
installPhase = '' installPhase = ''
mkdir -vp $out mkdir -vp $out