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_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 ifdef'erey
> 
> Simplest patch in the world attached
> 
> 
> 
> Cheers,
> 
> Kevin D-B
> 
> 012C ACB2 28C6 C53E 9775  9123 B3A2 389B 9DE2 334A
> 
> 
> ___
> Dnsmasq-discuss mailing list
> Dnsmasq-discuss@lists.thekelleys.org.uk
> http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss
> 


___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss


[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 ifdef'erey

Simplest patch in the world attached



Cheers,

Kevin D-B

012C ACB2 28C6 C53E 9775  9123 B3A2 389B 9DE2 334A


0001-option-fix-non-DHCPv6-build-error.patch
Description: 0001-option-fix-non-DHCPv6-build-error.patch
___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss