cbc: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-09 01:35:33 +00:00
parent dda7a039b7
commit 0afc644cfd
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
hardening_format = false;
buildInputs = [ zlib bzip2 ];
# FIXME: move share/coin/Data to a separate output?