mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
chrony: enable asynchronous name resolving
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=chrony
|
PKG_NAME:=chrony
|
||||||
PKG_VERSION:=2.4.1
|
PKG_VERSION:=2.4.1
|
||||||
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/
|
||||||
@@ -27,7 +27,7 @@ define Package/chrony
|
|||||||
SUBMENU:=Time Synchronization
|
SUBMENU:=Time Synchronization
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libcap
|
DEPENDS:=+libcap +libpthread
|
||||||
USERID:=chrony=323:chrony=323
|
USERID:=chrony=323:chrony=323
|
||||||
TITLE:=A versatile NTP client and server
|
TITLE:=A versatile NTP client and server
|
||||||
URL:=http://chrony.tuxfamily.org/
|
URL:=http://chrony.tuxfamily.org/
|
||||||
@@ -53,7 +53,6 @@ CONFIGURE_ARGS+= \
|
|||||||
--chronysockdir=/var/run/chrony \
|
--chronysockdir=/var/run/chrony \
|
||||||
--disable-readline \
|
--disable-readline \
|
||||||
--disable-rtc \
|
--disable-rtc \
|
||||||
--disable-asyncdns \
|
|
||||||
--with-user=chrony
|
--with-user=chrony
|
||||||
|
|
||||||
CONFIGURE_VARS+=CPPFLAGS=-DNDEBUG
|
CONFIGURE_VARS+=CPPFLAGS=-DNDEBUG
|
||||||
|
|||||||
Reference in New Issue
Block a user