components/libpcap/patches/Makefile.in.patch
changeset 4879 1e773d04c242
equal deleted inserted replaced
4878:a720ef1bf2de 4879:1e773d04c242
       
     1 # This patch comes from Oracle. It makes pcap-int.h available
       
     2 # for inclusion into the resulting package delivering libpcap.
       
     3 # It is needed to build pflogd (we need 'struct pcap' at least).
       
     4 #
       
     5 # I filed a bug for upstream at
       
     6 #   https://github.com/the-tcpdump-group/libpcap/issues/457
       
     7 # however, upstream does not like this idea as they consider
       
     8 # this header file 'internal' and subject to possible future
       
     9 # changes that would break its consumers.
       
    10 
       
    11 --- ORIGINAL/Makefile.in	2015-08-28 02:11:53.366420716 -0700
       
    12 +++ libpcap-1.7.4/Makefile.in	2015-08-28 02:15:07.102236830 -0700
       
    13 @@ -101,6 +101,7 @@
       
    14  PUBHDR = \
       
    15  	pcap.h \
       
    16  	pcap-bpf.h \
       
    17 +	pcap-int.h \
       
    18  	pcap-namedb.h \
       
    19  	pcap/bpf.h \
       
    20  	pcap/bluetooth.h \