summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-01 03:10:44 +0000
committerSam James <sam@gentoo.org>2023-01-01 03:11:07 +0000
commit6238450421b01284fc9224d054f8ad29fc65402b (patch)
tree91b430e3d4b5f8e93b54f64e2bac1bfab56842b8 /net-misc/radvd
parentsys-boot/grub: force Bison too (diff)
downloadgentoo-6238450421b01284fc9224d054f8ad29fc65402b.tar.gz
gentoo-6238450421b01284fc9224d054f8ad29fc65402b.tar.bz2
gentoo-6238450421b01284fc9224d054f8ad29fc65402b.zip
net-misc/radvd: force flex (needs yyset_in, reentrant bits)
Closes: https://bugs.gentoo.org/884375 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/radvd')
-rw-r--r--net-misc/radvd/radvd-2.19-r5.ebuild5
1 files changed, 4 insertions, 1 deletions
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)