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:
committed by
Francis Dupont
parent
f32d1b1dd5
commit
6957a01987
@@ -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,
|
||||
)
|
||||
|
Reference in New Issue
Block a user