forked from mirrors/nixpkgs
libf2c: turn off format hardening
This commit is contained in:
parent
8a018e730f
commit
c648eeda49
|
@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ unzip ];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
meta = {
|
||||
description = "F2c converts Fortran 77 source code to C";
|
||||
homepage = http://www.netlib.org/f2c/;
|
||||
|
|
Loading…
Reference in a new issue