Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/libpcap/lib pcap/export-defs.h no longer exists...
details: https://anonhg.NetBSD.org/src/rev/11d321363f17
branches: trunk
changeset: 993291:11d321363f17
user: kre <kre%NetBSD.org@localhost>
date: Mon Sep 03 19:32:58 2018 +0000
description:
pcap/export-defs.h no longer exists, so don't attempt to install it.
Allows builds after libpcap update to get further, if there is fallout
from the file being missing elsewhere, that can be fixed later.
diffstat:
external/bsd/libpcap/lib/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 020f66b70986 -r 11d321363f17 external/bsd/libpcap/lib/Makefile
--- a/external/bsd/libpcap/lib/Makefile Mon Sep 03 18:52:33 2018 +0000
+++ b/external/bsd/libpcap/lib/Makefile Mon Sep 03 19:32:58 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/09/03 15:26:44 christos Exp $
+# $NetBSD: Makefile,v 1.18 2018/09/03 19:32:58 kre Exp $
USE_SHLIBDIR=yes
.include <bsd.own.mk>
@@ -155,7 +155,7 @@
.PATH: ${NETBSDSRCDIR}/sys/net
SRCS+= bpf_filter.c
-INCS= pcap/pcap.h pcap/namedb.h pcap/export-defs.h
+INCS= pcap/pcap.h pcap/namedb.h
INCSDIR= /usr/include
INCSYMLINKS+= ../net/bpf.h ${INCSDIR}/pcap/bpf.h
INCSYMLINKS+= pcap/pcap.h ${INCSDIR}/pcap.h
Home |
Main Index |
Thread Index |
Old Index