uwimap: turn off format hardening
This commit is contained in:
parent
5f75230368
commit
65e6aa4a31
@ -14,6 +14,8 @@ stdenv.mkDerivation {
|
|||||||
# -fPIC is required to compile php with imap on x86_64 systems
|
# -fPIC is required to compile php with imap on x86_64 systems
|
||||||
+ stdenv.lib.optionalString stdenv.isx86_64 " EXTRACFLAGS=-fPIC";
|
+ stdenv.lib.optionalString stdenv.isx86_64 " EXTRACFLAGS=-fPIC";
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
buildInputs = [ openssl ]
|
buildInputs = [ openssl ]
|
||||||
++ stdenv.lib.optional (!stdenv.isDarwin) pam;
|
++ stdenv.lib.optional (!stdenv.isDarwin) pam;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user