mkcl: turn off format hardening
This commit is contained in:
parent
5cf5e6e9c4
commit
af07fd6e1b
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ makeWrapper ];
|
||||
propagatedBuildInputs = [ gmp ];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
configureFlags = [
|
||||
"GMP_CFLAGS=-I${gmp}/include"
|
||||
"GMP_LDFLAGS=-L${gmp}/lib"
|
||||
|
|
Loading…
Reference in a new issue