2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#3731] Address review

This commit is contained in:
Andrei Pavel
2025-03-13 14:28:17 +02:00
committed by Francis Dupont
parent f32d1b1dd5
commit 6957a01987

View File

@@ -51,7 +51,7 @@ conf_data = configuration_data(
# 'HAVE_GSS_STR_TO_OID': false,
# 'HAVE_MYSQL_GET_OPTION': false,
# 'HAVE_OPTRESET': false,
# 'HAVE_PGSQL_SSL': true,
# 'HAVE_PGSQL_SSL': false,
# 'HAVE_PGSQL_TCP_USER_TIMEOUT': false,
# 'HAVE_SYS_FILIO_H': false,
# 'HAVE_VALGRIND_HEADERS': false,
@@ -196,7 +196,7 @@ POSTGRESQL_DEP = dependency(
# NETCONF
NETCONF_DEP = dependency(
'yang,yang-cpp,sysrepo,sysrepo-cpp',
'yang+yang-cpp+sysrepo+sysrepo-cpp',
fallback: ['netconf', 'netconf'],
required: netconf_opt,
)