charybdis: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-10 22:44:32 +00:00
parent e5fb9eb27c
commit 16c81c9f74

View file

@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
"--with-program-prefix=charybdis-"
];
hardening_format = false;
buildInputs = [ bison flex openssl ];
meta = {