dovecot: disable LDAP by default
authorPeter Wagner <redacted>
Tue, 7 Oct 2014 17:55:33 +0000 (19:55 +0200)
committerPeter Wagner <redacted>
Tue, 7 Oct 2014 17:55:33 +0000 (19:55 +0200)
Signed-off-by: Peter Wagner <redacted>
mail/dovecot/Makefile

index da1f1d41f768675c2b9ac9eddaa147e23fcefd4b..27d28ac33633f2d8f3f46101921636d448af1416 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT