From ded6468744f6cda3adfedb1e560a5249c964e3a7 Mon Sep 17 00:00:00 2001 From: "Kenneth J. Miller" Date: Mon, 21 Oct 2019 02:13:54 +0200 Subject: [PATCH] ntpd: Fix libevent dependencies Add required libevent2-pthreads dependency for all ntpd subpackages. Remove keygen-specific libevent2-core support as it is automatically selected by the libevent2-pthreads dependency. nptd: Bump PKG_RELEASE Fixes: openwrt/packages#10307 Signed-off-by: Kenneth J. Miller --- net/ntpd/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index d1f7d5d7bd..a82e270108 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ntp PKG_VERSION:=4.2.8p13 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ @@ -33,7 +33,7 @@ define Package/ntpd/Default TITLE:=ISC ntp MAINTAINER:=Peter Wagner URL:=http://www.ntp.org/ - DEPENDS:=+libopenssl +libpthread +libcap + DEPENDS:=+libopenssl +libpthread +libcap +libevent2-pthreads endef define Package/ntpd/Default/description @@ -80,7 +80,6 @@ endef define Package/ntp-keygen $(call Package/ntpd/Default) TITLE+=keygen - DEPENDS+= +libevent2-core endef define Package/ntp-keygen/description -- 2.30.2