edk2: turn off fortify & format hardening
This commit is contained in:
parent
8fb28b21b4
commit
b0eedc4ecb
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user