summaryrefslogtreecommitdiffstats
path: root/lib/libpcap
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2000-01-30 00:44:23 +0000
committerfenner <fenner@FreeBSD.org>2000-01-30 00:44:23 +0000
commite328086255de46710d9a92f1ed4c76fb886d063d (patch)
treedf10c1ba37ea606cabd39f30a76586b958e26766 /lib/libpcap
parent787eaee1ab20ef667522f74c0de780af3da9ee19 (diff)
downloadFreeBSD-src-e328086255de46710d9a92f1ed4c76fb886d063d.zip
FreeBSD-src-e328086255de46710d9a92f1ed4c76fb886d063d.tar.gz
Upgrade to libpcap 0.5
Diffstat (limited to 'lib/libpcap')
-rw-r--r--lib/libpcap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile
index 1218280..ae4c9ca 100644
--- a/lib/libpcap/Makefile
+++ b/lib/libpcap/Makefile
@@ -11,12 +11,12 @@ CLEANFILES=tokdefs.h version.c
DEFS= -DHAVE_SYS_IOCCOM_H=1 -DHAVE_SYS_SOCKIO_H=1 \
-DHAVE_ETHER_HOSTTON=1 -DHAVE_STRERROR=1 \
- -DHAVE_SOCKADDR_SA_LEN=1 -DLBL_ALIGN=1
+ -DHAVE_SOCKADDR_SA_LEN=1 -DLBL_ALIGN=1 -DINET6
CFLAGS+=-I. -Dyylval=pcap_lval ${DEFS}
SHLIB_MAJOR=2
-SHLIB_MINOR=3
+SHLIB_MINOR=4
#
# Magic to grab sources out of src/contrib
OpenPOWER on IntegriCloud