Re: [Dnsmasq-discuss] build failure on master with NO_DHCPv6 and fix....

2018-12-16 Thread Simon Kelley
Patch applied. Thanks. What we really need is a script that calls make repeatedly whilst cycling through all the possible combinations of build options. Cheers, Simon. On 10/12/2018 10:34, Kevin Darbyshire-Bryant wrote: > Hi Simon, > > master has a build error when building without HAVE_DHC

[Dnsmasq-discuss] build failure on master with NO_DHCPv6 and fix....

2018-12-10 Thread Kevin Darbyshire-Bryant
Hi Simon, master has a build error when building without HAVE_DHCPv6 option.c: In function 'dhcp_context_free': option.c:1042:15: error: 'struct dhcp_context' has no member named 'template_interface' free(ctx->template_interface); Sadly, need to put in a little conditional compilation if