haskell.compilers.ghc6104: turn off format hardening
This commit is contained in:
parent
710f4cff7a
commit
da9352ee73
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ghc libedit perl gmp];
|
buildInputs = [ghc libedit perl gmp];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-gmp-libraries=${gmp}/lib"
|
"--with-gmp-libraries=${gmp}/lib"
|
||||||
"--with-gmp-includes=${gmp}/include"
|
"--with-gmp-includes=${gmp}/include"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user