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:
parent
b083291941
commit
10e8e2bbe7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue