mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
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
|
||||
+ stdenv.lib.optionalString stdenv.isx86_64 " EXTRACFLAGS=-fPIC";
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
buildInputs = [ openssl ]
|
||||
++ stdenv.lib.optional (!stdenv.isDarwin) pam;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user