]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/ntp
Updated openssl (0.9.8l).
[people/pmueller/ipfire-2.x.git] / lfs / ntp
diff --git a/lfs/ntp b/lfs/ntp
index eb84afc0b9ae64dcc5aa6182f9163226aae1b4d2..9bfe9d017543dbad62ea91935b237c4ad6da82f0 100644 (file)
--- a/lfs/ntp
+++ b/lfs/ntp
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 4.2.2
+VER        = 4.2.4p7
 
 THISAPP    = ntp-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 111d879acdcc955e60f527575ab0a71a
+$(DL_FILE)_MD5 = 8c19ff62ed4f7d64f8e2aa59cb11f364
 
 install : $(TARGET)
 
@@ -71,7 +71,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr --bindir=/usr/sbin \
-                                           --sysconfdir=/etc --disable-nls
+                                           --sysconfdir=/etc --disable-nls \
+                                           -enable-all-clocks --enable-parse-clocks
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        -mkdir /etc/ntp