git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b1d4af0
)
dovecot: disable LDAP by default
author
Peter Wagner
<redacted>
Tue, 7 Oct 2014 17:55:33 +0000
(19:55 +0200)
committer
Peter Wagner
<redacted>
Tue, 7 Oct 2014 17:55:33 +0000
(19:55 +0200)
Signed-off-by: Peter Wagner <redacted>
mail/dovecot/Makefile
patch
|
blob
|
history
diff --git
a/mail/dovecot/Makefile
b/mail/dovecot/Makefile
index da1f1d41f768675c2b9ac9eddaa147e23fcefd4b..27d28ac33633f2d8f3f46101921636d448af1416 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT