projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f203aaf
)
- the actual current version of NTP is 4.2p2 (Julien Letessier)
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 27 Jun 2007 09:18:58 +0000
(09:18 -0000)
committer
Bernhard 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
patch
|
blob
|
history
diff --git
a/package/ntp/ntp.mk
b/package/ntp/ntp.mk
index 1ff97b110301721159031b0a599c763ef9718b7d..46270b9853c499e30fb36f97d27edeed0cb1fec0 100644
(file)
--- a/
package/ntp/ntp.mk
+++ b/
package/ntp/ntp.mk
@@
-3,7
+3,7
@@
# ntp
#
#############################################################
-NTP_VERSION:=4.2.4
+NTP_VERSION:=4.2.4
p2
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 $@