Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsdist/
Date: Wed, 08 Jun 2022 02:57:45
Message-Id: 1654657018.323f769c2484458668a03f4a5a497f5d58ab2ee4.sam@gentoo
1 commit: 323f769c2484458668a03f4a5a497f5d58ab2ee4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 8 02:56:41 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 8 02:56:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=323f769c
7
8 net-dns/dnsdist: add LFS flags
9
10 Includes time64 bits too.
11
12 Bug: https://bugs.gentoo.org/822855
13 Bug: https://bugs.gentoo.org/796137
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 net-dns/dnsdist/dnsdist-1.7.1.ebuild | 5 ++++-
17 1 file changed, 4 insertions(+), 1 deletion(-)
18
19 diff --git a/net-dns/dnsdist/dnsdist-1.7.1.ebuild b/net-dns/dnsdist/dnsdist-1.7.1.ebuild
20 index 0a7f9c72b105..802bc3ba4d98 100644
21 --- a/net-dns/dnsdist/dnsdist-1.7.1.ebuild
22 +++ b/net-dns/dnsdist/dnsdist-1.7.1.ebuild
23 @@ -5,7 +5,7 @@ EAPI=7
24
25 LUA_COMPAT=( lua5-{1..4} luajit )
26
27 -inherit lua-single
28 +inherit flag-o-matic lua-single
29
30 DESCRIPTION="A highly DNS-, DoS- and abuse-aware loadbalancer"
31 HOMEPAGE="https://dnsdist.org"
32 @@ -46,6 +46,9 @@ DEPEND="${RDEPEND}"
33 BDEPEND="virtual/pkgconfig"
34
35 src_configure() {
36 + # bug #822855
37 + append-lfs-flags
38 +
39 econf \
40 --sysconfdir=/etc/dnsdist \
41 --with-lua="${ELUA}" \