Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Failures in libpcap and pflogd.



The Makefiles has also to be changed.

diff -u -r1.31 Makefile
--- lib/libpcap/Makefile    12 Jul 2008 12:29:42 -0000    1.31
+++ lib/libpcap/Makefile    12 Dec 2010 07:18:04 -0000
@@ -4,7 +4,7 @@
 
 USE_FORT?= yes    # network protocol library
 
-SRCDIR=        ${NETBSDSRCDIR}/dist/libpcap
+SRCDIR=        ${NETBSDSRCDIR}/external/bsd/libpcap/dist
 .PATH:        ${SRCDIR}
 
 LIB=        pcap


diff -u -r1.4 Makefile
--- usr.sbin/pf/pflogd/Makefile    9 Nov 2006 20:33:25 -0000    1.4
+++ usr.sbin/pf/pflogd/Makefile    12 Dec 2010 07:19:16 -0000
@@ -3,7 +3,8 @@
 
 .include <bsd.own.mk>        # for MKDYNAMICROOT definition
 
-CPPFLAGS+=-I${NETBSDSRCDIR}/dist/pf/sbin/pflogd
-I${NETBSDSRCDIR}/dist/libpcap
+CPPFLAGS+=-I${NETBSDSRCDIR}/dist/pf/sbin/pflogd
+CPPFLAGS+=-I${NETBSDSRCDIR}/external/bsd/libpcap/dist
 
 LDADD+= -lpcap -lutil
 DPAPP+=    ${LIBPCAP} ${LIBUTIL}



Home | Main Index | Thread Index | Old Index