--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 $@
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)