commit: 2b506d4977bcc8c283a885910a9cb1774abe9fe6 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Tue Mar 30 09:29:02 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Mar 30 09:29:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b506d49
net-misc/frr: Support cross-compilation Closes: https://bugs.gentoo.org/766959 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> net-misc/frr/{frr-7.5.1-r1.ebuild => frr-7.5.1-r2.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-misc/frr/frr-7.5.1-r1.ebuild b/net-misc/frr/frr-7.5.1-r2.ebuild similarity index 98% rename from net-misc/frr/frr-7.5.1-r1.ebuild rename to net-misc/frr/frr-7.5.1-r2.ebuild index 899edf8f2bd..3dc03767e32 100644 --- a/net-misc/frr/frr-7.5.1-r1.ebuild +++ b/net-misc/frr/frr-7.5.1-r2.ebuild @@ -33,6 +33,7 @@ COMMON_DEPEND=" snmp? ( net-analyzer/net-snmp )" BDEPEND=" + dev-util/clippy sys-devel/flex virtual/yacc doc? ( dev-python/sphinx )" @@ -68,6 +69,7 @@ src_configure() { --sysconfdir="${EPREFIX}"/etc/frr \ --localstatedir="${EPREFIX}"/run/frr \ --with-moduledir="${EPREFIX}"/usr/lib/frr/modules \ + --with-clippy="${BROOT}"/usr/bin/clippy --enable-exampledir="${EPREFIX}"/usr/share/doc/${PF}/samples \ --enable-user=frr \ --enable-group=frr \
