add zlib dependency 3141/head
authorbobafetthotmail <starshipeleven@outlook.com>
Mon, 5 Sep 2016 17:25:17 +0000 (19:25 +0200)
committerGitHub <noreply@github.com>
Mon, 5 Sep 2016 17:25:17 +0000 (19:25 +0200)
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>

net/lftp/Makefile

index 7a59c0511fa376c2551ea8e81a18f92779137ac4..7de3485f007e856ccdec36a9678b9b3ee0178cac 100644 (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/