From a2b46138baa7d2062b848858ad84432d2a9f9a5a Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 13 Jun 2012 12:37:41 +0000 Subject: [PATCH] [packages] dovecot: explicitely disable libcap, depend on zlib and libbz2, remove manual autoreconf invocation git-svn-id: svn://svn.openwrt.org/openwrt/packages@32335 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- mail/dovecot/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 46deade0f..e13fd1a8b 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/dovecot SECTION:=mail CATEGORY:=Mail - DEPENDS:=+libopenssl +librt + DEPENDS:=+libopenssl +librt +zlib +libbz2 TITLE:=An IMAP and POP3 daemon URL:=http://www.dovecot.org/ endef @@ -35,6 +35,7 @@ endef CONFIGURE_ARGS += \ --without-gssapi \ --without-pam \ + --without-libcap \ --with-moduledir=/usr/lib/dovecot/modules \ --with-notify=dnotify \ @@ -51,13 +52,6 @@ CONFIGURE_VARS += \ lib_cv___va_copy=yes \ lib_cv_va_val_copy=yes \ -define Build/Configure - (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \ - autoconf \ - ); - $(call Build/Configure/Default) -endef - define Package/dovecot/install $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/dovecot.init $(1)/etc/init.d/dovecot