[package] prevent ntpdate from using librt, bump release number to 2, should have been 1 when updated to 4.2.4p6

git-svn-id: svn://svn.openwrt.org/openwrt/packages@14174 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-01-25 14:29:26 +00:00
parent 453cc9ef5b
commit a6d7f95d36

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ntp
PKG_VERSION:=4.2.4p6
PKG_RELEASE:=4
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/
@ -99,7 +99,8 @@ define Build/Configure
--enable-NMEA \
--enable-LOCAL-CLOCK \
--enable-SHM \
--enable-linuxcaps \
--enable-linuxcaps, \
ac_cv_lib_rt_sched_setscheduler=no \
)
endef