aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-10-10 21:42:26 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-10-10 21:42:26 +0200
commitda9be2d5f49a199350c0f92ee59922ebca2f595b (patch)
tree47b2d21ace0d8712a9d3e860ec78bd602205338a /community
parent2b8d78df557ba30e64c4140a054f2fe390bf857b (diff)
community/john: add missing build dependency on zlib-dev
Diffstat (limited to 'community')
-rw-r--r--community/john/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/john/APKBUILD b/community/john/APKBUILD
index 3423dd4d280..013a5b50a03 100644
--- a/community/john/APKBUILD
+++ b/community/john/APKBUILD
@@ -10,7 +10,7 @@ arch="x86_64 armhf"
license="GPL2"
depends="nss"
options="!strip"
-makedepends="libpcap-dev libressl-dev gmp-dev yasm-dev"
+makedepends="libpcap-dev libressl-dev gmp-dev yasm-dev zlib-dev"
install=""
subpackages="$pkgname-doc \
$pkgname-scripts-py:py \