- the actual current version of NTP is 4.2p2 (Julien Letessier)
- fixed the configure flag (Julien Letessier)
This commit is contained in:
parent
f203aaf7c0
commit
272443c1c2
@ -3,7 +3,7 @@
|
|||||||
# ntp
|
# ntp
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
NTP_VERSION:=4.2.4
|
NTP_VERSION:=4.2.4p2
|
||||||
NTP_SOURCE:=ntp-$(NTP_VERSION).tar.gz
|
NTP_SOURCE:=ntp-$(NTP_VERSION).tar.gz
|
||||||
NTP_SITE:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2
|
NTP_SITE:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2
|
||||||
NTP_DIR:=$(BUILD_DIR)/ntp-$(NTP_VERSION)
|
NTP_DIR:=$(BUILD_DIR)/ntp-$(NTP_VERSION)
|
||||||
@ -50,7 +50,7 @@ $(NTP_DIR)/.configured: $(NTP_DIR)/.patched
|
|||||||
--with-shared \
|
--with-shared \
|
||||||
--program-transform-name=s,,, \
|
--program-transform-name=s,,, \
|
||||||
--without-crypto \
|
--without-crypto \
|
||||||
--enable-tickadj=no \
|
--disable-tickadj \
|
||||||
);
|
);
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user