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:
parent
7d12d970a5
commit
836c182d2c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user