1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Enabling AUTH_LOGIN in cyrus_sasl (thanks d3z#nixos)

svn path=/nixpkgs/trunk/; revision=21727
This commit is contained in:
Lluís Batlle i Rossell 2010-05-11 16:17:31 +00:00
parent 001a74368f
commit 06eab9d0a7

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation {
sha256 = "0dmi41hfy015pzks8n93qsshgvi0az7pv81nls4nxayb810crvr0";
};
preConfigure=''
configureFlags="--with-openssl=${openssl} --with-plugindir=$out/lib/sasl2 --with-configdir=$out/lib/sasl2"
configureFlags="--with-openssl=${openssl} --with-plugindir=$out/lib/sasl2 --with-configdir=$out/lib/sasl2 --enable-login"
'';
buildInputs = [ openssl db4 gettext ];
patches = [ ./cyrus-sasl-2.1.22-bad-elif.patch ];