When building against eglibc, libc doesn't include librt therefore it must be explicitly included.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33468
3c298f89-4303-0410-b956-
a3cf2f4a3e73
PKG_NAME:=ntp
PKG_VERSION:=4.2.6p5
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/
TITLE:=ISC ntp
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
URL:=http://www.ntp.org/
- DEPENDS:=+libcap
+ DEPENDS:=+libcap +USE_EGLIBC:librt
endef
define Package/ntpd/Default/description