Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnl/
Date: Fri, 30 Dec 2022 07:59:09
Message-Id: 1672386913.a3385636adeeb2d0e59f89e05aaf520ce9bcb314.sam@gentoo
1 commit: a3385636adeeb2d0e59f89e05aaf520ce9bcb314
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 30 07:55:13 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 30 07:55:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3385636
7
8 dev-libs/libnl: force YACC as bison
9
10 Already BDEPENDing on it.
11
12 Closes: https://bugs.gentoo.org/884277
13 Closes: https://bugs.gentoo.org/886113
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 dev-libs/libnl/libnl-3.7.0.ebuild | 3 +++
17 1 file changed, 3 insertions(+)
18
19 diff --git a/dev-libs/libnl/libnl-3.7.0.ebuild b/dev-libs/libnl/libnl-3.7.0.ebuild
20 index 3dd56029f10f..48d966048c3f 100644
21 --- a/dev-libs/libnl/libnl-3.7.0.ebuild
22 +++ b/dev-libs/libnl/libnl-3.7.0.ebuild
23 @@ -71,6 +71,9 @@ src_prepare() {
24 }
25
26 multilib_src_configure() {
27 + # bug #884277
28 + export YACC=yacc.bison
29 +
30 ECONF_SOURCE="${S}" econf \
31 $(multilib_native_use_enable utils cli) \
32 $(use_enable debug)