From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D724E15800D for ; Sun, 1 Jan 2023 03:11:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAA13E07EA; Sun, 1 Jan 2023 03:11:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6B1AE07EA for ; Sun, 1 Jan 2023 03:11:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E863340DB9 for ; Sun, 1 Jan 2023 03:11:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9638C7E8 for ; Sun, 1 Jan 2023 03:11:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1672542667.6238450421b01284fc9224d054f8ad29fc65402b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/radvd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/radvd/radvd-2.19-r5.ebuild X-VCS-Directories: net-misc/radvd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6238450421b01284fc9224d054f8ad29fc65402b X-VCS-Branch: master Date: Sun, 1 Jan 2023 03:11:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 554ef9ce-7eac-49bf-8a4c-cd2a9f2301c4 X-Archives-Hash: 4b6a8a36c2411911a647f115fc61ea36 commit: 6238450421b01284fc9224d054f8ad29fc65402b Author: Sam James gentoo org> AuthorDate: Sun Jan 1 03:10:44 2023 +0000 Commit: Sam James gentoo 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 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)