cbc: turn off format hardening
This commit is contained in:
parent
dda7a039b7
commit
0afc644cfd
|
@ -12,6 +12,8 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
buildInputs = [ zlib bzip2 ];
|
buildInputs = [ zlib bzip2 ];
|
||||||
|
|
||||||
# FIXME: move share/coin/Data to a separate output?
|
# FIXME: move share/coin/Data to a separate output?
|
||||||
|
|
Loading…
Reference in New Issue