On Fri, Jun 04, 2021 at 11:25:05AM +0200, Michael Olbrich wrote:
> On Mon, May 31, 2021 at 01:57:07PM +0200, Roland Hieber wrote:
> > diff --git a/rules/chrony.make b/rules/chrony.make
> > index 7cf59f30560c..5edddf5b41a0 100644
> > --- a/rules/chrony.make
> > +++ b/rules/chrony.make
> > @@ -52,7 +52,7 @@ CHRONY_CONF_OPT           := \
> >     $(call ptx/ifdef, PTXCONF_CHRONY_ADVANCED_COMMAND,--enable-debug,) \
> >     --disable-refclock \
> >     --disable-phc \
> > -   --disable-pps \
> > +   $(call ptx/ifdef, PTXCONF_CHRONY_PPS_REFCLK,--enable-pps,--disable-pps) 
> > \
> 
> Use ptx/endis. Does this work? I think we use ptx/ifdef for the other
> options because e.g. --enable-ipv6 does not work as expected, so we only
> add the --disable-ipv6.

Mh no, the PPS option is equally broken as the others, and --enable-pps
does not work at all. It seems I've not tested this enough 😬

 - Roland

-- 
Roland Hieber, Pengutronix e.K.          | [email protected]     |
Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to