summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2017-09-04 11:32:04 +0300
committerSven Wegener <swegener@gentoo.org>2017-09-04 19:36:05 +0000
commita785c24670fc73413412baf756ac2a5163e78402 (patch)
treec1cbf52b74d68ff6c2788f7cfca8f556d7a43f54 /net-dns/pdns/pdns-4.0.4.ebuild
parentdev-python/pyjwt: x86 stable (diff)
downloadgentoo-a785c24670fc73413412baf756ac2a5163e78402.tar.gz
gentoo-a785c24670fc73413412baf756ac2a5163e78402.tar.bz2
gentoo-a785c24670fc73413412baf756ac2a5163e78402.zip
net-dns/pdns: add libressl support
PowerDNS Authoritative Server supports LibreSSL since version 4.0.2. Compile-tested all versions on Gentoo Hardened musl amd64. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Closes: https://github.com/gentoo/gentoo/pull/5609 Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'net-dns/pdns/pdns-4.0.4.ebuild')
-rw-r--r--net-dns/pdns/pdns-4.0.4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-dns/pdns/pdns-4.0.4.ebuild b/net-dns/pdns/pdns-4.0.4.ebuild
index f68b555fb8d9..2ba5df54f29e 100644
--- a/net-dns/pdns/pdns-4.0.4.ebuild
+++ b/net-dns/pdns/pdns-4.0.4.ebuild
@@ -18,12 +18,13 @@ KEYWORDS="~amd64 ~x86"
# oracle: dito (need Oracle Client Libraries)
# xdb: (almost) dead, surely not supported
-IUSE="botan debug doc geoip ldap lua luajit mydns mysql opendbx postgres protobuf remote sqlite systemd tools tinydns test"
+IUSE="botan debug doc geoip ldap libressl lua luajit mydns mysql opendbx postgres protobuf remote sqlite systemd tools tinydns test"
REQUIRED_USE="mydns? ( mysql ) ?? ( lua luajit )"
RDEPEND="
- dev-libs/openssl:=
+ libressl? ( dev-libs/libressl:= )
+ !libressl? ( dev-libs/openssl:= )
>=dev-libs/boost-1.35:=
botan? ( =dev-libs/botan-1.10*[threads] )
lua? ( dev-lang/lua:= )