mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
dovecot: change LDAP select logic
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
@@ -56,15 +56,8 @@ CONFIGURE_ARGS += \
|
|||||||
--with-notify=dnotify \
|
--with-notify=dnotify \
|
||||||
--without-lzma \
|
--without-lzma \
|
||||||
--without-lz4 \
|
--without-lz4 \
|
||||||
--with-icu=no
|
--with-icu=no \
|
||||||
|
$(if $(CONFIG_DOVECOT_LDAP),--with-ldap=yes,--with-ldap=no)
|
||||||
ifneq ($(strip $(CONFIG_DOVECOT_LDAP)),)
|
|
||||||
CONFIGURE_ARGS+= \
|
|
||||||
--with-ldap=yes
|
|
||||||
else
|
|
||||||
CONFIGURE_ARGS+= \
|
|
||||||
--with-ldap=no
|
|
||||||
endif
|
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
RPCGEN= \
|
RPCGEN= \
|
||||||
|
|||||||
Reference in New Issue
Block a user