diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-09-12 10:02:53 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-09-12 10:04:20 +0200 |
commit | 3c699095ef5426ffe636269bd259c6aa63d02b70 (patch) | |
tree | 0aeb3a4224922e2a7381dd46b1c0c58615d6484b /net-misc/frr/files | |
parent | dev-libs/libbrahe: Remove last-rited pkg (diff) | |
download | gentoo-3c699095ef5426ffe636269bd259c6aa63d02b70.tar.gz gentoo-3c699095ef5426ffe636269bd259c6aa63d02b70.tar.bz2 gentoo-3c699095ef5426ffe636269bd259c6aa63d02b70.zip |
net-misc/frr: Remove old 8.0
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-misc/frr/files')
-rw-r--r-- | net-misc/frr/files/frr-8.0-c-ares.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net-misc/frr/files/frr-8.0-c-ares.patch b/net-misc/frr/files/frr-8.0-c-ares.patch deleted file mode 100644 index c313006e8630..000000000000 --- a/net-misc/frr/files/frr-8.0-c-ares.patch +++ /dev/null @@ -1,19 +0,0 @@ -https://bugs.gentoo.org/809728 ---- a/lib/subdir.am -+++ b/lib/subdir.am -@@ -144,7 +144,6 @@ vtysh_scan += \ - lib/log_vty.c \ - lib/nexthop_group.c \ - lib/plist.c \ -- lib/resolver.c \ - lib/routemap.c \ - lib/routemap_cli.c \ - lib/spf_backoff.c \ -@@ -333,6 +332,7 @@ lib_libfrrsnmp_la_SOURCES = \ - if CARES - lib_LTLIBRARIES += lib/libfrrcares.la - pkginclude_HEADERS += lib/resolver.h -+vtysh_scan += lib/resolver.c - endif - - lib_libfrrcares_la_CFLAGS = $(AM_CFLAGS) $(CARES_CFLAGS) |