silc-client: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-12 18:25:14 +00:00
parent 7eb42d9513
commit 8483edcda0

View File

@ -19,6 +19,8 @@ stdenv.mkDerivation {
dontDisableStatic = true;
hardening_format = false;
configureFlags = "--with-ncurses=${ncurses}";
preConfigure = stdenv.lib.optionalString enablePlugin ''