commit:     6238450421b01284fc9224d054f8ad29fc65402b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  1 03:10:44 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  1 03:11:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62384504

net-misc/radvd: force flex (needs yyset_in, reentrant bits)

Closes: https://bugs.gentoo.org/884375
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/radvd/radvd-2.19-r5.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-misc/radvd/radvd-2.19-r5.ebuild 
b/net-misc/radvd/radvd-2.19-r5.ebuild
index fd3d71930125..29de0514de5a 100644
--- a/net-misc/radvd/radvd-2.19-r5.ebuild
+++ b/net-misc/radvd/radvd-2.19-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -38,6 +38,9 @@ src_prepare() {
 }
 
 src_configure() {
+       # Needs reentrant functions (yyset_in), bug #884375
+       export LEX=flex
+
        econf --with-pidfile=/run/radvd/radvd.pid \
                --with-systemdsystemunitdir=no \
                $(use_with test check)

Reply via email to