chrony: enable support for non-MD5 keys in nts variant

gnutls and nettle are already required for NTS. Enable their use for
authentication with non-MD5 symmetric keys as the SECHASH feature
printed by the configure script.

Also drop the --enable,nts (typo) configure option. It's enabled by
default.

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
This commit is contained in:
Miroslav Lichvar 2025-03-08 09:29:33 +01:00 committed by Nikos Mavrogiannopoulos
parent b083291941
commit 10e8e2bbe7
1 changed files with 2 additions and 2 deletions

View File

@ -78,10 +78,10 @@ CONFIGURE_ARGS+= \
--sysconfdir=/etc/chrony \
--prefix=/usr \
--chronyrundir=/var/run/chrony \
$(if $(findstring normal,$(BUILD_VARIANT)),--disable-nts,--enable,nts) \
$(if $(findstring normal,$(BUILD_VARIANT)),--disable-nts) \
--disable-readline \
--disable-rtc \
--disable-sechash \
$(if $(findstring normal,$(BUILD_VARIANT)),--disable-sechash) \
--with-user=chrony
CONFIGURE_VARS+=CPPFLAGS=-DNDEBUG