[Bug 217794] pcap-int.h of contrib/libpcap missing in /usr/include
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 6 08:28:55 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217794
--- Comment #1 from Hans Petter Selasky <hselasky at FreeBSD.org> ---
Hi,
Can you try this patch for /usr/src ?
Need to run:
make installincludes
afterwards.
--HPS
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile
index bec64e0d0df..4d6c9d105e5 100644
--- a/lib/libpcap/Makefile
+++ b/lib/libpcap/Makefile
@@ -30,6 +30,7 @@ SRCS= bpf_dump.c \
# Old compatibility headers
INCS= fmtutils.h \
pcap-bpf.h \
+ pcap-int.h \
pcap-namedb.h \
pcap-netmap.h \
pcap.h
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list