cbfstool: turn off fortify
This commit is contained in:
parent
2ff1275292
commit
5b535580fd
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ iasl flex bison ];
|
||||
|
||||
hardening_fortify = false;
|
||||
|
||||
buildPhase = ''
|
||||
export LEX=${flex}/bin/flex
|
||||
make -C util/cbfstool
|
||||
|
Loading…
Reference in New Issue
Block a user