net-misc/frr: add 9.0
This commit is contained in:
parent
ec1b52d047
commit
e72152f63f
|
@ -1,21 +0,0 @@
|
||||||
https://github.com/FRRouting/frr/pull/12741
|
|
||||||
|
|
||||||
From def86a45a473a45bf8ac39ac4b82be3d09ae9cae Mon Sep 17 00:00:00 2001
|
|
||||||
From: Sam James <sam@gentoo.org>
|
|
||||||
Date: Sat, 4 Feb 2023 23:29:59 +0000
|
|
||||||
Subject: [PATCH] pceplib: add <time.h> include for time_t
|
|
||||||
|
|
||||||
Fixes build on musl. Used for time_t in the header.
|
|
||||||
|
|
||||||
Bug: https://bugs.gentoo.org/862558
|
|
||||||
--- a/pceplib/pcep_utils_counters.h
|
|
||||||
+++ b/pceplib/pcep_utils_counters.h
|
|
||||||
@@ -30,6 +30,7 @@
|
|
||||||
|
|
||||||
#include <stdbool.h>
|
|
||||||
#include <stdint.h>
|
|
||||||
+#include <time.h>
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
|
|
|
@ -23,7 +23,6 @@ COMMON_DEPEND="
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
acct-user/frr
|
acct-user/frr
|
||||||
dev-libs/json-c:0=
|
dev-libs/json-c:0=
|
||||||
dev-libs/protobuf-c:0=
|
|
||||||
>=net-libs/libyang-2.0.0
|
>=net-libs/libyang-2.0.0
|
||||||
sys-libs/libcap
|
sys-libs/libcap
|
||||||
sys-libs/readline:0=
|
sys-libs/readline:0=
|
||||||
|
|
Loading…
Reference in a new issue