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