diff options
| author | Florian Fainelli | 2009-01-25 14:29:26 +0000 |
|---|---|---|
| committer | Florian Fainelli | 2009-01-25 14:29:26 +0000 |
| commit | bfeac5d207c3498515101cd1e09078e72e8629bd (patch) | |
| tree | f1e3271dcda5ddb719ad72e8c15334ba65e8380c | |
| parent | ffda38476bbb8b7a6a022012b03364206975d138 (diff) | |
| download | archive-bfeac5d207c3498515101cd1e09078e72e8629bd.tar.gz | |
[package] prevent ntpdate from using librt, bump release number to 2, should have been 1 when updated to 4.2.4p6
SVN-Revision: 14174
| -rw-r--r-- | net/ntpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index cc005153b3..81280db821 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -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 |