package/frr: disable cunit
Disable cunit to avoid the following build failure raised since bump to version 8.1 in commitca2753fd47
and749714731e
: In file included from pceplib/test/pcep_utils_counters_test.c:33: ./pceplib/pcep_utils_counters.h:112:2: error: unknown type name 'time_t' 112 | time_t start_time; | ^~~~~~ Fixes: - http://autobuild.buildroot.org/results/b68d3e369e2925938bde39508988aa9b701f1045 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
44a97dcb93
commit
03943b9b49
@ -17,6 +17,8 @@ FRR_DEPENDENCIES = host-frr readline json-c \
|
||||
|
||||
HOST_FRR_DEPENDENCIES = host-flex host-bison host-elfutils host-python3
|
||||
|
||||
FRR_CONF_ENV = ac_cv_lib_cunit_CU_initialize_registry=no
|
||||
|
||||
FRR_CONF_OPTS = --with-clippy=$(HOST_DIR)/bin/clippy \
|
||||
--sysconfdir=/etc/frr \
|
||||
--localstatedir=/var/run/frr \
|
||||
|
Loading…
Reference in New Issue
Block a user