From 5a9982f7de9cdd74cf20168631a48a50458d7529 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 19 Sep 2012 15:09:24 +0000 Subject: [PATCH] [package] ntpd: trivial fix for eglibc builds When building against eglibc, libc doesn't include librt therefore it must be explicitly included. Signed-off-by: Philip Prindeville git-svn-id: svn://svn.openwrt.org/openwrt/packages@33468 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/ntpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index 2147ea737..a1f17d77c 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk 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/ @@ -30,7 +30,7 @@ define Package/ntpd/Default TITLE:=ISC ntp MAINTAINER:=Peter Wagner URL:=http://www.ntp.org/ - DEPENDS:=+libcap + DEPENDS:=+libcap +USE_EGLIBC:librt endef define Package/ntpd/Default/description -- 2.11.0