diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-11 16:07:57 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-11 16:13:53 +0100 |
commit | d1cc7da4b25b56cc5181dd632d2987cc23f73863 (patch) | |
tree | e37c9a7ab619c1086a95dc2355447bfb28770249 /net-misc/frr | |
parent | net-proxy/haproxy: Bumps (diff) | |
download | gentoo-d1cc7da4b25b56cc5181dd632d2987cc23f73863.tar.gz gentoo-d1cc7da4b25b56cc5181dd632d2987cc23f73863.tar.bz2 gentoo-d1cc7da4b25b56cc5181dd632d2987cc23f73863.zip |
net-misc/frr: Update configure options
- upstream commit 2ee5fdba022c6fa78ac6ef6af2577f7dfad2ac02 removed
`--enable-exampledir` option along with the config example
- commit ab140d61cdd04db03ef597f645e601429396d3c8 removed the systemd
configure option as support for systemd is enabled through built-in
function in FRR without depending on libsystemd
Closes: https://bugs.gentoo.org/823083
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-misc/frr')
-rw-r--r-- | net-misc/frr/frr-8.1-r1.ebuild (renamed from net-misc/frr/frr-8.1.ebuild) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-misc/frr/frr-8.1.ebuild b/net-misc/frr/frr-8.1-r1.ebuild index 2f581241e3ed..1fcbac9b2687 100644 --- a/net-misc/frr/frr-8.1.ebuild +++ b/net-misc/frr/frr-8.1-r1.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/frr-${P}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="doc fpm grpc ipv6 kernel_linux nhrp ospfapi pam rpki snmp systemd test" +IUSE="doc fpm grpc ipv6 kernel_linux nhrp ospfapi pam rpki snmp test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" @@ -74,7 +74,6 @@ src_configure() { --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 --enable-vty-group=frr @@ -90,7 +89,6 @@ src_configure() { $(usex ospfapi '--enable-ospfclient' '' '' '') $(use_enable rpki) $(use_enable snmp) - $(use_enable systemd) ) econf "${myconf[@]}" |