1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 11:53:59 +02:00

Merge pull request #5892 from mlichvar/chrony-no-sechash

chrony: disable sechash support
This commit is contained in:
Hannu Nyman 2018-04-10 11:02:58 +03:00 committed by GitHub
commit 7103c62b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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