[Dnsmasq-discuss] Hint needed: neither patched 'dnsmasq 2.75' nor '2.76test4' will compile

Lonnie Abelbeck lists at lonnie.abelbeck.com
Wed Jan 6 19:39:50 GMT 2016


On Jan 6, 2016, at 12:04 PM, Simon Kelley <simon at thekelleys.org.uk> wrote:

> The do_script_run calls need to be removed from the compilation when
> DHCP is not included. Since the scripting system used to just about
> DHCP events, it was automatically removed from the compilation when
> DHCP was removed. Now the script system handles tftp and (in the
> latest code) ARP events, so it's no longer conditional on DHCP being
> included. This is fall-out from that change.
> 
> Conditional combination has a nasty combinatorial explosion. I should
> hack up a regression test to build all possible variants.
> 
> Fix pushed to git.

http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blobdiff;f=src/dnsmasq.c;h=5cbfdbdf28cf1d03d95e50308107ee3225852c3b;hp=4ab56f1610750f16ef2afb86a369406f3aa906c3;hb=53a9173fc0b36d9427adb4ee9ac44df425717e84;hpb=d917275e481add809cd5c40650f339ae994ee35f

Simon, do_arp_script_run() does not have arguments, shouldn't ... ?

- while (do_arp_script_run(now));
+ while (do_arp_script_run());

Lonnie




More information about the Dnsmasq-discuss mailing list