mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
exim: unconditionally build with dsearch lookups enabled
dsearch is required to do untainted lookups in directories. There's no reason not to build it in and it's a standard feature in other distributions.
This commit is contained in:
parent
8cab21b48b
commit
f433d25ea0
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
|
|||
s:^# \(RM_COMMAND\)=.*:\1=${coreutils}/bin/rm:
|
||||
s:^# \(TOUCH_COMMAND\)=.*:\1=${coreutils}/bin/touch:
|
||||
s:^# \(PERL_COMMAND\)=.*:\1=${perl}/bin/perl:
|
||||
s:^# \(LOOKUP_DSEARCH=yes\)$:\1:
|
||||
${stdenv.lib.optionalString enableLDAP ''
|
||||
s:^# \(LDAP_LIB_TYPE=OPENLDAP2\)$:\1:
|
||||
s:^# \(LOOKUP_LDAP=yes\)$:\1:
|
||||
|
|
Loading…
Reference in a new issue