summaryrefslogtreecommitdiffstats
path: root/package/ntp
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-06-27 09:18:58 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-06-27 09:18:58 +0000
commit272443c1c2c9baf0626e5a88e3f164edb36dc861 (patch)
tree1d4c9ed8bdff2b16968530818eddbcc6ef4b6472 /package/ntp
parentf203aaf7c03e5f17f36e4d0b584dcba9400a68a6 (diff)
downloadbuildroot-novena-272443c1c2c9baf0626e5a88e3f164edb36dc861.tar.gz
buildroot-novena-272443c1c2c9baf0626e5a88e3f164edb36dc861.zip
- the actual current version of NTP is 4.2p2 (Julien Letessier)
- fixed the configure flag (Julien Letessier)
Diffstat (limited to 'package/ntp')
-rw-r--r--package/ntp/ntp.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ntp/ntp.mk b/package/ntp/ntp.mk
index 1ff97b110..46270b985 100644
--- a/package/ntp/ntp.mk
+++ b/package/ntp/ntp.mk
@@ -3,7 +3,7 @@
# ntp
#
#############################################################
-NTP_VERSION:=4.2.4
+NTP_VERSION:=4.2.4p2
NTP_SOURCE:=ntp-$(NTP_VERSION).tar.gz
NTP_SITE:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2
NTP_DIR:=$(BUILD_DIR)/ntp-$(NTP_VERSION)
@@ -50,7 +50,7 @@ $(NTP_DIR)/.configured: $(NTP_DIR)/.patched
--with-shared \
--program-transform-name=s,,, \
--without-crypto \
- --enable-tickadj=no \
+ --disable-tickadj \
);
touch $@