On Wed, 09 Feb 2022 11:08:44 +0100
Kristof Provost wrote:
> On 9 Feb 2022, at 10:57, Gary Jennejohn wrote:
> > test-includes uses pf.h when checking usage of pfvar.h.
> >
> > But, these lines in include/Makefile remove pf.h when WITHOUT_PF is
> > set in src.conf:
> >
> > .if ${MK_PF} != "no"
> >
On 9 Feb 2022, at 10:57, Gary Jennejohn wrote:
> test-includes uses pf.h when checking usage of pfvar.h.
>
> But, these lines in include/Makefile remove pf.h when WITHOUT_PF is
> set in src.conf:
>
> .if ${MK_PF} != "no"
> INCSGROUPS+= PF
> .endif
>
> This breaks buildworld. The error message:
test-includes uses pf.h when checking usage of pfvar.h.
But, these lines in include/Makefile remove pf.h when WITHOUT_PF is
set in src.conf:
.if ${MK_PF} != "no"
INCSGROUPS+= PF
.endif
This breaks buildworld. The error message:
In file included from net_pfvar.c:1:
/usr/obj/usr/src/amd64.amd