Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/frr/
Date: Tue, 30 Mar 2021 09:31:16
Message-Id: 1617096542.2b506d4977bcc8c283a885910a9cb1774abe9fe6.soap@gentoo
1 commit: 2b506d4977bcc8c283a885910a9cb1774abe9fe6
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Tue Mar 30 09:29:02 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 09:29:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b506d49
7
8 net-misc/frr: Support cross-compilation
9
10 Closes: https://bugs.gentoo.org/766959
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 net-misc/frr/{frr-7.5.1-r1.ebuild => frr-7.5.1-r2.ebuild} | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/net-misc/frr/frr-7.5.1-r1.ebuild b/net-misc/frr/frr-7.5.1-r2.ebuild
18 similarity index 98%
19 rename from net-misc/frr/frr-7.5.1-r1.ebuild
20 rename to net-misc/frr/frr-7.5.1-r2.ebuild
21 index 899edf8f2bd..3dc03767e32 100644
22 --- a/net-misc/frr/frr-7.5.1-r1.ebuild
23 +++ b/net-misc/frr/frr-7.5.1-r2.ebuild
24 @@ -33,6 +33,7 @@ COMMON_DEPEND="
25 snmp? ( net-analyzer/net-snmp )"
26
27 BDEPEND="
28 + dev-util/clippy
29 sys-devel/flex
30 virtual/yacc
31 doc? ( dev-python/sphinx )"
32 @@ -68,6 +69,7 @@ src_configure() {
33 --sysconfdir="${EPREFIX}"/etc/frr \
34 --localstatedir="${EPREFIX}"/run/frr \
35 --with-moduledir="${EPREFIX}"/usr/lib/frr/modules \
36 + --with-clippy="${BROOT}"/usr/bin/clippy
37 --enable-exampledir="${EPREFIX}"/usr/share/doc/${PF}/samples \
38 --enable-user=frr \
39 --enable-group=frr \