diff options
author | bobafetthotmail <starshipeleven@outlook.com> | 2016-09-05 19:25:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-05 19:25:17 +0200 |
commit | bdd1061c21212c1c8be52c29f45217e152927454 (patch) | |
tree | e95f952a6647897d8287f656374ff12c3f6476d2 /net/lftp | |
parent | 6432150acc4f56b0256b02e2b4da4f4c5e59b7cb (diff) |
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 (limited to 'net/lftp')
-rw-r--r-- | net/lftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 7a59c0511..7de3485f0 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 <fededim@gmail.com> URL:=http://lftp.yar.ru/ |