Browse Source

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>
lilik-openwrt-22.03
bobafetthotmail 8 years ago
committed by GitHub
parent
commit
bdd1061c21
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/lftp/Makefile

+ 1
- 1
net/lftp/Makefile View File

@ -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…
Cancel
Save