cbfstool: turn off fortify

This commit is contained in:
Robin Gloster 2016-02-09 01:00:21 +00:00
parent 2ff1275292
commit 5b535580fd

View File

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
buildInputs = [ iasl flex bison ];
hardening_fortify = false;
buildPhase = ''
export LEX=${flex}/bin/flex
make -C util/cbfstool