From: bobafetthotmail Date: Mon, 5 Sep 2016 17:25:17 +0000 (+0200) Subject: add zlib dependency X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=bdd1061c21212c1c8be52c29f45217e152927454;p=feed%2Fpackages.git add zlib dependency because otherwise the build of this package in LEDE trunk fails, complaining about lack of libz.so.1 signed off by Alberto Bursi --- diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 7a59c0511f..7de3485f00 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -29,7 +29,7 @@ define Package/lftp SUBMENU:=File Transfer SECTION:=net CATEGORY:=Network - DEPENDS:=+libncurses +libopenssl +libreadline $(CXX_DEPENDS) +libexpat + DEPENDS:=+libncurses +libopenssl +libreadline $(CXX_DEPENDS) +libexpat +zlib TITLE:=a sophisticated file transfer program with command line interface. MAINTAINER:=Federico Di Marco URL:=http://lftp.yar.ru/