Stop installing pcap-int.h, which is the internal interface for libpcap.

Reference:	https://github.com/the-tcpdump-group/libpcap/issues/560
PR:		217221
This commit is contained in:
Xin LI 2017-03-07 16:06:53 +00:00
parent 9d663ff9d9
commit 3798444e9c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314863
2 changed files with 3 additions and 1 deletions

View file

@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
# 20170307: remove pcap-int.h
OLD_FILES+=usr/include/pcap-int.h
# 20170302: new libc++ import which bumps version from 3.9.1 to 4.0.0.
OLD_FILES+=usr/include/c++/v1/__undef___deallocate
OLD_FILES+=usr/include/c++/v1/tr1/__undef___deallocate

View file

@ -14,7 +14,7 @@ SRCS= grammar.y tokdefs.h pcap_version.h pcap-bpf.c \
scanner.l sf-pcap.c sf-pcap-ng.c version.c
# Old compatibility headers
INCS= pcap.h pcap-int.h pcap-namedb.h pcap-bpf.h
INCS= pcap.h pcap-namedb.h pcap-bpf.h
PCAPINCS= pcap/pcap.h pcap/namedb.h pcap/bpf.h pcap/dlt.h pcap/export-defs.h
PCAPINCSDIR= ${INCLUDEDIR}/pcap