uwimap: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-07 22:28:15 +00:00
parent 5f75230368
commit 65e6aa4a31

View file

@ -14,6 +14,8 @@ stdenv.mkDerivation {
# -fPIC is required to compile php with imap on x86_64 systems
+ stdenv.lib.optionalString stdenv.isx86_64 " EXTRACFLAGS=-fPIC";
hardening_format = false;
buildInputs = [ openssl ]
++ stdenv.lib.optional (!stdenv.isDarwin) pam;