Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21554 - ntp does not compile support for parse-clocks
Summary: ntp does not compile support for parse-clocks
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-23 11:38 UTC by Norbert Palluch
Modified: 2003-06-26 07:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Norbert Palluch 2003-05-23 11:38:44 UTC
When emerging ntp the configure-script is called with only '--build=${CHOST}'.
There should also be a '--enable-parse-clocks' for compiling support for these
clocks/receivers into ntpd.
I have such a cheap DCF-receiver for the serial port and needed that clock-type.
The workaround is to change the ebuild-script by hand - until the next 
'emerge sync'.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2003-06-16 10:15:15 UTC
passing --enable-parse-clocks to the configure script only adds additional
support correct ?  it does not change anything else ?
Comment 2 SpanKY gentoo-dev 2003-06-26 07:46:22 UTC
ok, i added a local USE variable to enable this support