aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authoramet <amet.nospam@gmail.com>2015-09-10 01:47:50 +0400
committerMemphiz <memphis@machzwo.de>2015-09-15 11:51:18 +0200
commita0775b0bc53b3a188122819793ebf0529ea15191 (patch)
treef9a932245be2d5eb3c8110062caad573d107ae96 /tools
parentf545bda08ca02a2119ebfcde7c86f1f596dc4f5e (diff)
[depends] - add zlib to libssh depends
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/target/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile
index edc7ab411e..d4a77aae52 100644
--- a/tools/depends/target/Makefile
+++ b/tools/depends/target/Makefile
@@ -86,7 +86,7 @@ python26: expat gettext libxml2 sqlite3 openssl libffi
libcdio: $(ICONV)
libplist: libxml2 $(ZLIB)
libbluray: $(ICONV) libxml2
-libssh: openssl
+libssh: openssl $(ZLIB)
mysql: openssl
libzip: $(ZLIB)
libpng: $(ZLIB)