diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-01 11:38:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:13 +0000 |
commit | a8a6910ff300618d5d6bfa33d3b8a195cfb60e62 (patch) | |
tree | 658f2b95766143b4239dec300285a4d0c19d369a /community/pdns-recursor/APKBUILD | |
parent | 8a94061650f5f3c69a1acd4d3c6363ab0610b90b (diff) | |
download | aports-a8a6910ff300618d5d6bfa33d3b8a195cfb60e62.tar.bz2 aports-a8a6910ff300618d5d6bfa33d3b8a195cfb60e62.tar.xz |
community/pdns-recursor: rebuild against openssl 1.1
Diffstat (limited to 'community/pdns-recursor/APKBUILD')
-rw-r--r-- | community/pdns-recursor/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pdns-recursor/APKBUILD b/community/pdns-recursor/APKBUILD index 0872cc1a0c..5482d2a923 100644 --- a/community/pdns-recursor/APKBUILD +++ b/community/pdns-recursor/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Olivier Mauras <olivier@mauras.ch> pkgname=pdns-recursor pkgver=4.1.4 -pkgrel=0 +pkgrel=1 pkgdesc="PowerDNS Recursive Server" url="https://www.powerdns.com/" # s390x: missing boost-context @@ -9,7 +9,7 @@ arch="all !s390x" license="GPL-2.0-or-later" depends="" depends_dev="" -makedepends="$depends_dev boost-dev libressl-dev libsodium-dev lua-dev net-snmp-dev protobuf-dev" +makedepends="$depends_dev boost-dev openssl-dev libsodium-dev lua-dev net-snmp-dev protobuf-dev" install="$pkgname.pre-install" subpackages="$pkgname-doc $pkgname-openrc" pkgusers="recursor" |