From dd515410a24f4b3d041a42a34dc3f11e70c31deb Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 10 Apr 2018 08:54:48 +0200 Subject: [PATCH] chrony: disable sechash support Don't use the Nettle library (or NSS, libtomcrypt) even if it is available. Signed-off-by: Miroslav Lichvar --- net/chrony/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 923c5b45d1..4bfdb0a004 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=chrony PKG_VERSION:=3.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.tuxfamily.org/chrony/ @@ -53,6 +53,7 @@ CONFIGURE_ARGS+= \ --chronyrundir=/var/run/chrony \ --disable-readline \ --disable-rtc \ + --disable-sechash \ --with-user=chrony CONFIGURE_VARS+=CPPFLAGS=-DNDEBUG