diff options
author | Sven Wegener <swegener@gentoo.org> | 2022-03-29 22:09:41 +0200 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2022-03-29 22:20:29 +0200 |
commit | 08c9ea2227e0f18876da3fa2c8a63cf86e44d07e (patch) | |
tree | a4d9ba8f6005d0caf5919492e329ef575530844a /net-dns | |
parent | net-dns/pdns: Stabilize 4.6.1 on amd64/x86, security bug #836006 (diff) | |
download | gentoo-08c9ea2227e0f18876da3fa2c8a63cf86e44d07e.tar.gz gentoo-08c9ea2227e0f18876da3fa2c8a63cf86e44d07e.tar.bz2 gentoo-08c9ea2227e0f18876da3fa2c8a63cf86e44d07e.zip |
net-dns/pdns-recursor: Require recent glibc for 64bit time_t on arm/x86
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/pdns-recursor/pdns-recursor-4.6.1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-dns/pdns-recursor/pdns-recursor-4.6.1.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.6.1.ebuild index 076ff5c64a8c..f4a19801ba60 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.6.1.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.6.1.ebuild @@ -23,6 +23,10 @@ DEPEND="${LUA_DEPS} systemd? ( sys-apps/systemd:0= ) snmp? ( net-analyzer/net-snmp ) sodium? ( dev-libs/libsodium:= ) + elibc_glibc? ( + arm? ( >=sys-libs/glibc-2.34 ) + x86? ( >=sys-libs/glibc-2.34 ) + ) dev-libs/openssl:= >=dev-libs/boost-1.35:=" RDEPEND="${DEPEND} |