lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit db86cdb3f7428686e393a89207d3006dd9cfd3f1
parent a00af843750043d59906a5712254298ddfb30b82
Author: Lucian Cristian <lucian.cristian@gmail.com>
Date:   Wed,  8 Mar 2017 01:40:15 +0200

dovecot: change LDAP select logic

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>

Diffstat:
Mmail/dovecot/Makefile | 11++---------
1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile @@ -56,15 +56,8 @@ CONFIGURE_ARGS += \ --with-notify=dnotify \ --without-lzma \ --without-lz4 \ - --with-icu=no - -ifneq ($(strip $(CONFIG_DOVECOT_LDAP)),) - CONFIGURE_ARGS+= \ - --with-ldap=yes -else - CONFIGURE_ARGS+= \ - --with-ldap=no -endif + --with-icu=no \ + $(if $(CONFIG_DOVECOT_LDAP),--with-ldap=yes,--with-ldap=no) CONFIGURE_VARS += \ RPCGEN= \