mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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>
This commit is contained in:
+1
-1
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user