summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-03-30 11:29:02 +0200
committerDavid Seifert <soap@gentoo.org>2021-03-30 11:29:02 +0200
commit2b506d4977bcc8c283a885910a9cb1774abe9fe6 (patch)
tree9052710ac1f6889ae91fefe0f27b19e4c0dc15bd /net-misc/frr
parentdev-python/ipaddr: Remove redundant python_is_python3 check in python_prepare (diff)
downloadgentoo-2b506d4977bcc8c283a885910a9cb1774abe9fe6.tar.gz
gentoo-2b506d4977bcc8c283a885910a9cb1774abe9fe6.tar.bz2
gentoo-2b506d4977bcc8c283a885910a9cb1774abe9fe6.zip
net-misc/frr: Support cross-compilation
Closes: https://bugs.gentoo.org/766959 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/frr')
-rw-r--r--net-misc/frr/frr-7.5.1-r2.ebuild (renamed from net-misc/frr/frr-7.5.1-r1.ebuild)2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-misc/frr/frr-7.5.1-r1.ebuild b/net-misc/frr/frr-7.5.1-r2.ebuild
index 899edf8f2bda..3dc03767e32c 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 \