mkcl: turn off format hardening
This commit is contained in:
parent
5cf5e6e9c4
commit
af07fd6e1b
@ -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 New Issue
Block a user