- the actual current version of NTP is 4.2p2 (Julien Letessier)
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 27 Jun 2007 09:18:58 +0000 (09:18 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 27 Jun 2007 09:18:58 +0000 (09:18 -0000)
- fixed the configure flag (Julien Letessier)

package/ntp/ntp.mk

index 1ff97b110301721159031b0a599c763ef9718b7d..46270b9853c499e30fb36f97d27edeed0cb1fec0 100644 (file)
@@ -3,7 +3,7 @@
 # ntp
 #
 #############################################################
-NTP_VERSION:=4.2.4
+NTP_VERSION:=4.2.4p2
 NTP_SOURCE:=ntp-$(NTP_VERSION).tar.gz
 NTP_SITE:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2
 NTP_DIR:=$(BUILD_DIR)/ntp-$(NTP_VERSION)
@@ -50,7 +50,7 @@ $(NTP_DIR)/.configured: $(NTP_DIR)/.patched
                --with-shared \
                --program-transform-name=s,,, \
                --without-crypto \
-               --enable-tickadj=no \
+               --disable-tickadj \
        );
        touch $@