commit efbef54ceddf8d4b6de3a86b3d1326ee9d5f3ee3
parent 73231f6d21ff181143ae207fc6dd6ea6ba4c60d5
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date: Tue, 13 Dec 2016 16:13:32 +0200
Merge pull request #3653 from mlichvar/chrony-asyncdns
chrony: enable asynchronous name resolving
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/net/chrony/Makefile b/net/chrony/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=chrony
PKG_VERSION:=2.4.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://download.tuxfamily.org/chrony/
@@ -27,7 +27,7 @@ define Package/chrony
SUBMENU:=Time Synchronization
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+libcap
+ DEPENDS:=+libcap +libpthread
USERID:=chrony=323:chrony=323
TITLE:=A versatile NTP client and server
URL:=http://chrony.tuxfamily.org/
@@ -53,7 +53,6 @@ CONFIGURE_ARGS+= \
--chronysockdir=/var/run/chrony \
--disable-readline \
--disable-rtc \
- --disable-asyncdns \
--with-user=chrony
CONFIGURE_VARS+=CPPFLAGS=-DNDEBUG