]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/ntp
Zwischencommit fuer LFS.
[people/teissler/ipfire-2.x.git] / lfs / ntp
diff --git a/lfs/ntp b/lfs/ntp
index 334acd2ebf8f806612ae533005cbb17c07f3241c..428fb18ab1a639772b645af6090b5776b61507b3 100644 (file)
--- a/lfs/ntp
+++ b/lfs/ntp
@@ -26,7 +26,7 @@
 
 include Config
 
-VER        = 4.2.0
+VER        = 4.2.2
 
 THISAPP    = ntp-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 0f8fabe87cf54f409b57c6283f0c0c3d
+$(DL_FILE)_MD5 = 111d879acdcc955e60f527575ab0a71a
 
 install : $(TARGET)
 
@@ -72,9 +72,9 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-linuxcaps.patch
-       cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls --enable-linuxcaps
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && ./configure --prefix=/usr --bindir=/usr/sbin \
+                                           --sysconfdir=/etc --disable-nls
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        -mkdir /etc/ntp
        chown -R ntp:ntp /etc/ntp