Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Nov 2020 08:28:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 217794] pcap-int.h of contrib/libpcap missing in /usr/include
Message-ID:  <bug-217794-227-c9zXPf1t84@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217794-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217794-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217794

--- Comment #1 from Hans Petter Selasky <hselasky@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=3D bpf_dump.c \
 # Old compatibility headers
 INCS=3D  fmtutils.h \
        pcap-bpf.h \
+       pcap-int.h \
        pcap-namedb.h \
        pcap-netmap.h \
        pcap.h

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217794-227-c9zXPf1t84>