| Summary: | ntp does not compile support for parse-clocks | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Norbert Palluch <Palluch> |
| Component: | New packages | Assignee: | SpanKY <vapier> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
passing --enable-parse-clocks to the configure script only adds additional support correct ? it does not change anything else ? ok, i added a local USE variable to enable this support |
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.