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