[packages] ntpclient: add option to bind ntpclient to a specific interface (#6470)
[openwrt/svn-archive/archive.git] / net / ntpclient / Makefile
index 657b9a014001bae16a39a97d5813c85dbb65e471..6f7d0b8b8ce638b0cd19725d226b43b994b259db 100644 (file)
@@ -1,16 +1,15 @@
 #
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
-# $Id$
 
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ntpclient
 PKG_VERSION:=2007_365
-PKG_RELEASE:=1
+PKG_RELEASE:=4
 
 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://doolittle.icarus.com/ntpclient/
@@ -26,6 +25,7 @@ define Package/ntpclient
   CATEGORY:=Network
   TITLE:=NTP (Network Time Protocol) client
   URL:=http://doolittle.icarus.com/ntpclient/
+  DEPENDS:=+librt
 endef
 
 define Package/ntpclient/description