diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 19:45:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 19:48:25 +0000 |
commit | 0fc95d5916118633c32642e1390c691d03533597 (patch) | |
tree | 44b0ac413192958d0e06ca9f89d6947ca8fe67d8 /community | |
parent | 3419f941623ea9916ed65081ff05947cff33c3e6 (diff) | |
download | aports-0fc95d5916118633c32642e1390c691d03533597.tar.bz2 aports-0fc95d5916118633c32642e1390c691d03533597.tar.xz |
community/tor: add zlib-dev to fix build
Diffstat (limited to 'community')
-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 |