# This patch comes from Oracle. It makes pcap-int.h available
# for inclusion into the resulting package delivering libpcap.
# It is needed to build pflogd (we need 'struct pcap' at least).
#
# I filed a bug for upstream at
# https://github.com/the-tcpdump-group/libpcap/issues/457
# however, upstream does not like this idea as they consider
# this header file 'internal' and subject to possible future
# changes that would break its consumers.
--- ORIGINAL/./Makefile.in 2013-11-07 15:23:22.000000000 -0800
+++ libpcap-1.5.1/./Makefile.in 2016-05-25 16:24:23.262203575 -0700
@@ -102,6 +102,7 @@
PUBHDR = \
pcap.h \
pcap-bpf.h \
+ pcap-int.h \
pcap-namedb.h \
pcap/bpf.h \
pcap/bluetooth.h \