diff options
author | Sven Wegener <swegener@gentoo.org> | 2022-01-08 16:58:22 +0100 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2022-01-08 17:12:07 +0100 |
commit | 64c23f7fc6604e202f4e9916c85827eee728f58a (patch) | |
tree | 0dd8205888b35ec8926de9a9c654404e7ba773e0 /net-dns/pdns-recursor | |
parent | sci-electronics/pulseview: Remove python USE flags (diff) | |
download | gentoo-64c23f7fc6604e202f4e9916c85827eee728f58a.tar.gz gentoo-64c23f7fc6604e202f4e9916c85827eee728f58a.tar.bz2 gentoo-64c23f7fc6604e202f4e9916c85827eee728f58a.zip |
net-dns/pdns-recursor: Enable 64bit time_t support, bug #793722
Closes: https://bugs.gentoo.org/793722
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'net-dns/pdns-recursor')
-rw-r--r-- | net-dns/pdns-recursor/pdns-recursor-4.6.0-r1.ebuild (renamed from net-dns/pdns-recursor/pdns-recursor-4.6.0.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-dns/pdns-recursor/pdns-recursor-4.6.0.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.6.0-r1.ebuild index 391869be2aec..076ff5c64a8c 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.6.0.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~x86" IUSE="debug dnstap snmp sodium systemd test" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )" @@ -36,6 +36,8 @@ S="${WORKDIR}"/${P/_/-} pkg_setup() { lua-single_pkg_setup filter-flags -ftree-vectorize + append-lfs-flags + append-cppflags -D_TIME_BITS=64 } src_configure() { |