[Bug 235107] 'make buildworld' of 12.0-RELEASE sources fails, pf.h not found

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 23 09:36:44 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235107

--- Comment #6 from oz42 at oz42.eu ---
This only happens when /usr/include/netpfil/pf/pf.h (and other *.h files) do
not exist.

On 11.0-RELEASE, this is not necessary. It finds and includes
/usr/src/sys/netpfil/pf/pf.h


When I change the Makefile line PCAPINCS to a modified 11.0-RELEASE version

PCAPINCS=       pcap/pcap.h pcap/namedb.h pcap/bpf.h pcap/dlt.h

then building does not fail. So the bug seems to exist in Makefile.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list