[package] prevent ntpdate from using librt, bump release number to 2, should have...
authorFlorian Fainelli <florian@openwrt.org>
Sun, 25 Jan 2009 14:29:26 +0000 (14:29 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 25 Jan 2009 14:29:26 +0000 (14:29 +0000)
SVN-Revision: 14174

net/ntpd/Makefile

index cc005153b3d414b32d369940cd91427591bfb7fa..81280db821009d9b951594993fca8ea7626dd6d9 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ntp
 PKG_VERSION:=4.2.4p6
 
 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/
 
 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-NMEA \
                --enable-LOCAL-CLOCK \
                --enable-SHM \
-               --enable-linuxcaps \
+               --enable-linuxcaps, \
+               ac_cv_lib_rt_sched_setscheduler=no \
        )
 endef
 
        )
 endef