silc-client: turn off format hardening
This commit is contained in:
parent
7eb42d9513
commit
8483edcda0
@ -19,6 +19,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
dontDisableStatic = true;
|
dontDisableStatic = true;
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
configureFlags = "--with-ncurses=${ncurses}";
|
configureFlags = "--with-ncurses=${ncurses}";
|
||||||
|
|
||||||
preConfigure = stdenv.lib.optionalString enablePlugin ''
|
preConfigure = stdenv.lib.optionalString enablePlugin ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user