Merge pull request #2124 from commodo/ntpd-build-fix
ntpd: add libcap to default dependencies of the ntpd package
This commit is contained in:
commit
0444536ea6
1 changed files with 3 additions and 5 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ntp
|
PKG_NAME:=ntp
|
||||||
PKG_VERSION:=4.2.8p4
|
PKG_VERSION:=4.2.8p4
|
||||||
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:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/
|
PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/
|
||||||
|
@ -31,7 +31,7 @@ define Package/ntpd/Default
|
||||||
TITLE:=ISC ntp
|
TITLE:=ISC ntp
|
||||||
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
|
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
|
||||||
URL:=http://www.ntp.org/
|
URL:=http://www.ntp.org/
|
||||||
DEPENDS:=+libopenssl +libpthread
|
DEPENDS:=+libopenssl +libpthread +libcap
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ntpd/Default/description
|
define Package/ntpd/Default/description
|
||||||
|
@ -43,7 +43,6 @@ endef
|
||||||
define Package/ntpd
|
define Package/ntpd
|
||||||
$(call Package/ntpd/Default)
|
$(call Package/ntpd/Default)
|
||||||
TITLE+= server
|
TITLE+= server
|
||||||
DEPENDS+= +libcap
|
|
||||||
USERID:=ntp=123:ntp=123
|
USERID:=ntp=123:ntp=123
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -67,7 +66,6 @@ endef
|
||||||
define Package/ntp-utils
|
define Package/ntp-utils
|
||||||
$(call Package/ntpd/Default)
|
$(call Package/ntpd/Default)
|
||||||
TITLE+= utilities
|
TITLE+= utilities
|
||||||
DEPENDS+= +libcap
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ntp-utils/description
|
define Package/ntp-utils/description
|
||||||
|
@ -79,7 +77,7 @@ endef
|
||||||
define Package/ntp-keygen
|
define Package/ntp-keygen
|
||||||
$(call Package/ntpd/Default)
|
$(call Package/ntpd/Default)
|
||||||
TITLE+=keygen
|
TITLE+=keygen
|
||||||
DEPENDS+= +libcap +libevent2-core
|
DEPENDS+= +libevent2-core
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ntp-keygen/description
|
define Package/ntp-keygen/description
|
||||||
|
|
Loading…
Reference in a new issue