diff options
-rw-r--r-- | community/tor/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/tor/APKBUILD b/community/tor/APKBUILD index 23c01164fa..06a3ba0448 100644 --- a/community/tor/APKBUILD +++ b/community/tor/APKBUILD @@ -9,7 +9,8 @@ arch="all" license="BSD" pkgusers="tor" depends="" -makedepends="linux-headers bash libevent-dev libressl-dev ca-certificates" +makedepends="linux-headers bash libevent-dev libressl-dev ca-certificates + zlib-dev" install="$pkgname.post-upgrade $pkgname.pre-install" subpackages="$pkgname-doc" source="https://www.torproject.org/dist/$pkgname-$pkgver.tar.gz |