Enabling AUTH_LOGIN in cyrus_sasl (thanks d3z#nixos)
svn path=/nixpkgs/trunk/; revision=21727
This commit is contained in:
parent
001a74368f
commit
06eab9d0a7
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user