On 2015/10/20 11:11, Stuart Henderson wrote:
> On 2015/10/15 17:03, Todd C. Miller wrote:
> > On Thu, 15 Oct 2015 22:50:44 +0100, Stuart Henderson wrote:
> >
> > > It does not build as-is, there's an issue with "c_get_text" (a renamed
> > > yyget_text) with our version of flex. I have two possible workarounds
> > > so far but neither is particularly nice;
> >
> > Third option, add c_get_text to configlexer.lex as follows:
> >
> > char *c_get_text(void)
> > {
> > return yytext;
> > }
> >
> > I did this just before the definition of yy_set_bol but it can go
> > just about anywhere in the first %{ ... %} block
> >
> > - todd
> >
>
> Updated diff for 4.1.6rc2, Wouter has fixed this a different way (in
> options.c). No other changes since rc1.
I won't re-send a diff for the final 4.1.6 release because the only
change from rc2 that I sent previously is the version number. Copy at
http://junkpile.org/nsd-4.1.6.diff if anyone wants it.
Any comments/OKs?