Thanks, applied as dbe8214201eeacd4387bea27779eab2967b5d0c8. Michael
[sent from post-receive hook] On Thu, 02 Apr 2020 17:03:32 +0200, Denis Osterland-Heim <[email protected]> wrote: > pppd installs eui64.h only if GLOBAL_IPV6 is set, > but networkmanager ppp support includes this header without a check. > This patch allows to enable ppp support only if GLOBAL_IPV6 is > selected to avoid a compile error. > > Signed-off-by: Denis Osterland-Heim <[email protected]> > --- > rules/networkmanager.in | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/rules/networkmanager.in b/rules/networkmanager.in > index dbbc3d072..16703ea6c 100644 > --- a/rules/networkmanager.in > +++ b/rules/networkmanager.in > @@ -86,8 +86,12 @@ config NETWORKMANAGER_WWAN > > config NETWORKMANAGER_PPP > bool > + depends on GLOBAL_IPV6 > prompt "enable ppp support" > > +comment "ppp support requires GLOBAL_IPV6!" > + depends on !GLOBAL_IPV6 > + > config NETWORKMANAGER_CONCHECK > bool > prompt "enable connectivity checking support" > _______________________________________________ ptxdist mailing list [email protected]
