Hello Roland,

On 04.06.21 20:07, Roland Hieber wrote:
> diff --git a/rules/chrony.make b/rules/chrony.make
> index 7cf59f30560c..15f475d889a6 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,,--disable-pps) \

I don't see how this could have worked. As long as --disable-refclock is 
specified,
--disable-pps couldn't have had any effect:

https://gitlab.com/chrony/chrony/-/blob/master/configure?ref_type=heads#L773

Cheers,
Ahmad

>       $(call ptx/ifdef, PTXCONF_GLOBAL_IPV6,,--disable-ipv6) \
>       --with-user=chrony \
>       $(call ptx/ifdef, PTXCONF_CHRONY_SECCOMP,--enable-scfilter,) \

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |


Reply via email to