]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
ntp: fix for newer gcc
authorMarkham <markham001@gmx.de>
Mon, 2 Oct 2023 12:25:40 +0000 (14:25 +0200)
committerMarkham <markham001@gmx.de>
Mon, 2 Oct 2023 12:25:40 +0000 (14:25 +0200)
make/applications.mk

index 9a24f6b984aeca8fcb97f4a83d826a1fb39c5e21..0fe799ae75846a871ca9995b069d7df9e70167b2 100755 (executable)
@@ -213,8 +213,17 @@ $(D)/ntp: $(D)/openssl $(ARCHIVE)/ntp-$(NTP_VER).tar.gz | $(TARGETPREFIX)
                        --host=$(TARGET) \
                        --target=$(TARGET) \
                        --prefix= \
+                       --disable-ATOM \
+                       --disable-SHM \
+                       --disable-tickadj \
                        --disable-debugging \
-                       --with-yielding-select=yes; \
+                       --disable-linuxcaps \
+                       --with-shared \
+                       --with-crypto --enable-openssl-random \
+                       --with-yielding-select=yes \
+                       --without-sntp \
+                       --without-ntpsnmpd \
+                       --without-lineeditlibs; \
                $(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