]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
bump version ntp-4.2.8p6
authorMarkham <markham001@gmx.de>
Sat, 16 Apr 2016 10:20:04 +0000 (12:20 +0200)
committerMarkham <markham001@gmx.de>
Sat, 16 Apr 2016 10:20:04 +0000 (12:20 +0200)
make/applications.mk
make/versions.mk

index dbfaefbd5e4f9249ca5c894d9c7911c08451c0a6..4dcf70c6325040b3f38f5d0126a21c2702678469 100755 (executable)
@@ -104,14 +104,10 @@ $(D)/ntp: $(D)/openssl $(ARCHIVE)/ntp-$(NTP_VER).tar.gz | $(TARGETPREFIX)
                        --host=$(TARGET) \
                        --target=$(TARGET) \
                        --prefix= \
-                       --disable-tick \
-                       --disable-tickadj \
-                       --with-yielding-select=yes \
-                       --without-ntpsnmpd \
                        --disable-debugging \
-                       ; \
-               $(MAKE)
-       cp -a $(BUILD_TMP)/ntp-$(NTP_VER)/ntpdate/ntpdate $(TARGETPREFIX)/sbin/
+                       --with-yielding-select=yes; \
+               $(MAKE) install DESTDIR=$(BUILD_TMP)/ntp-$(NTP_VER)/build_dir
+       cp -a $(BUILD_TMP)/ntp-$(NTP_VER)/build_dir/bin/ntpdate $(TARGETPREFIX)/sbin/
        $(TARGET)-strip $(TARGETPREFIX)/sbin/ntpdate
        $(REMOVE)/ntp-$(NTP_VER)
        touch $@
index 903e7204144528771e80d5a4409ba450435e9dbf..49ac9140404d82631330252161be5849394ea774 100644 (file)
@@ -84,7 +84,7 @@ NCURSES_VER=6.0
 NTFS_3G_VER=2015.3.14
 
 # ntp; synchronize system clock over a network
-NTP_VER=4.2.8p3
+NTP_VER=4.2.8p6
 
 # openssl; toolkit for the SSL v2/v3 and TLS v1 protocol
 ifeq ($(PLATFORM), nevis)