commit bdd1061c21212c1c8be52c29f45217e152927454
parent 6432150acc4f56b0256b02e2b4da4f4c5e59b7cb
Author: bobafetthotmail <starshipeleven@outlook.com>
Date: Mon, 5 Sep 2016 19:25:17 +0200
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 <alberto.bursi@outlook.it>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 <fededim@gmail.com>
URL:=http://lftp.yar.ru/