mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
chrony: disable sechash support
Don't use the Nettle library (or NSS, libtomcrypt) even if it is available. Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
This commit is contained in:
+2
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=chrony
|
PKG_NAME:=chrony
|
||||||
PKG_VERSION:=3.3
|
PKG_VERSION:=3.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://download.tuxfamily.org/chrony/
|
PKG_SOURCE_URL:=https://download.tuxfamily.org/chrony/
|
||||||
@@ -53,6 +53,7 @@ CONFIGURE_ARGS+= \
|
|||||||
--chronyrundir=/var/run/chrony \
|
--chronyrundir=/var/run/chrony \
|
||||||
--disable-readline \
|
--disable-readline \
|
||||||
--disable-rtc \
|
--disable-rtc \
|
||||||
|
--disable-sechash \
|
||||||
--with-user=chrony
|
--with-user=chrony
|
||||||
|
|
||||||
CONFIGURE_VARS+=CPPFLAGS=-DNDEBUG
|
CONFIGURE_VARS+=CPPFLAGS=-DNDEBUG
|
||||||
|
|||||||
Reference in New Issue
Block a user