mirror of https://github.com/openwrt/packages.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 <alberto.bursi@outlook.it>pull/3141/head
parent
6432150acc
commit
bdd1061c21
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue