php53: add imap option
This commit is contained in:
committed by
Rok Garbas
parent
9007e57f28
commit
1f9005a3f6
@@ -8,7 +8,9 @@ stdenv.mkDerivation {
|
||||
sha256 = "0a2a00hbakh0640r2wdpnwr8789z59wnk7rfsihh3j0vbhmmmqak";
|
||||
};
|
||||
|
||||
makeFlags = "lnp"; # Linux with PAM modules
|
||||
makeFlags = "lnp" # Linux with PAM modules
|
||||
# -fPIC is required to compile php with imap on x86_64 systems
|
||||
+ stdenv.lib.optionalString stdenv.isx86_64 " EXTRACFLAGS=-fPIC";
|
||||
|
||||
buildInputs = [ pam openssl ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user