From bb01c49e01c32ba2271c6da1ea9a5de9aac4666a Mon Sep 17 00:00:00 2001 From: Peter Wagner Date: Tue, 7 Oct 2014 19:55:33 +0200 Subject: [PATCH] dovecot: disable LDAP by default Signed-off-by: Peter Wagner --- mail/dovecot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index da1f1d41f..27d28ac33 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dovecot PKG_VERSION:=2.2.13 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.dovecot.org/releases/2.2 @@ -42,7 +42,7 @@ define Package/dovecot/config depends on PACKAGE_dovecot config DOVECOT_LDAP bool "LDAP support" - default y + default n help Implements LDAP support in dovecot. endmenu