mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
mutt: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/mutt
|
||||
SECTION:=mail
|
||||
CATEGORY:=Mail
|
||||
DEPENDS:=+libopenssl +libncursesw
|
||||
DEPENDS:=+libopenssl +libncursesw +zlib
|
||||
TITLE:=Console mail client
|
||||
URL:=http://www.mutt.org/
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user