Compare commits

..

No commits in common. "6207b4a42d78df23ae6ec88afdbcf4749b5e48d6" and "ec1b52d04736034d4c6de121f80ac673faa3800f" have entirely different histories.

6 changed files with 24 additions and 12 deletions

View File

@ -31,11 +31,6 @@ BDEPEND="
sys-devel/flex
"
QA_CONFIG_IMPL_DECL_SKIP=(
mallinfo # check in configure is fallback is needed
mallinfo2 # check in configure is fallback is needed
)
src_prepare() {
default
eautoreconf

View File

@ -31,11 +31,6 @@ BDEPEND="
sys-devel/flex
"
QA_CONFIG_IMPL_DECL_SKIP=(
mallinfo # check in configure is fallback is needed
mallinfo2 # check in configure is fallback is needed
)
src_prepare() {
default
eautoreconf

View File

@ -14,4 +14,4 @@ RESTRICT=test
SLOT=0
SRC_URI=https://github.com/FRRouting/frr/archive/frr-8.5.tar.gz -> clippy-8.5.tar.gz
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs 0c8a0b0d318eb5d5180d114bd3f6592b multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 9d3a9a889a6fa62ae794f817c156491b autotools 6ae9a4347149b19a112caa1182d03bde multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 python-utils-r1 1f435bc389faf790af695df46b8dcb73 python-single-r1 75118e916668a74c660a13b0ecb22562
_md5_=564430251d50feb831670f2ea9274f33
_md5_=e493bab721d11129b0fcaf1992d11b1f

View File

@ -14,4 +14,4 @@ RESTRICT=test
SLOT=0
SRC_URI=https://github.com/FRRouting/frr/archive/frr-9.0.tar.gz -> frr-9.0.tar.gz
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs 0c8a0b0d318eb5d5180d114bd3f6592b multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 9d3a9a889a6fa62ae794f817c156491b autotools 6ae9a4347149b19a112caa1182d03bde multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 python-utils-r1 1f435bc389faf790af695df46b8dcb73 python-single-r1 75118e916668a74c660a13b0ecb22562
_md5_=23d48ac34d61d3f34e644de2f18b39f9
_md5_=c5f0b77d2de5e91223b4a6f53dcc55ee

View File

@ -0,0 +1,21 @@
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" {

View File

@ -23,6 +23,7 @@ COMMON_DEPEND="
${PYTHON_DEPS}
acct-user/frr
dev-libs/json-c:0=
dev-libs/protobuf-c:0=
>=net-libs/libyang-2.0.0
sys-libs/libcap
sys-libs/readline:0=