Ver código fonte

dovecot: disable LDAP by default

Signed-off-by: Peter Wagner <tripolar@gmx.at>
Peter Wagner 10 anos atrás
pai
commit
bb01c49e01
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      mail/dovecot/Makefile

+ 2
- 2
mail/dovecot/Makefile Ver arquivo

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=dovecot
11 11
 PKG_VERSION:=2.2.13
12
-PKG_RELEASE:=1
12
+PKG_RELEASE:=2
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=http://www.dovecot.org/releases/2.2
@@ -42,7 +42,7 @@ define Package/dovecot/config
42 42
                 depends on PACKAGE_dovecot
43 43
                 config DOVECOT_LDAP
44 44
                         bool "LDAP support"
45
-                        default y
45
+                        default n
46 46
                         help
47 47
                           Implements LDAP support in dovecot.
48 48
         endmenu