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-misc/radvd/
Date: Sun, 01 Jan 2023 03:11:19
Message-Id: 1672542667.6238450421b01284fc9224d054f8ad29fc65402b.sam@gentoo
1 commit: 6238450421b01284fc9224d054f8ad29fc65402b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 03:10:44 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 03:11:07 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62384504
7
8 net-misc/radvd: force flex (needs yyset_in, reentrant bits)
9
10 Closes: https://bugs.gentoo.org/884375
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-misc/radvd/radvd-2.19-r5.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/net-misc/radvd/radvd-2.19-r5.ebuild b/net-misc/radvd/radvd-2.19-r5.ebuild
17 index fd3d71930125..29de0514de5a 100644
18 --- a/net-misc/radvd/radvd-2.19-r5.ebuild
19 +++ b/net-misc/radvd/radvd-2.19-r5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 +# Copyright 1999-2023 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 @@ -38,6 +38,9 @@ src_prepare() {
27 }
28
29 src_configure() {
30 + # Needs reentrant functions (yyset_in), bug #884375
31 + export LEX=flex
32 +
33 econf --with-pidfile=/run/radvd/radvd.pid \
34 --with-systemdsystemunitdir=no \
35 $(use_with test check)