Enable IPv6 support in Linux

This commit is contained in:
martti 2004-06-08 19:04:37 +00:00
parent 31103b5a29
commit c0b56782d7

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2004/04/08 18:08:52 minskim Exp $
# $NetBSD: Makefile,v 1.18 2004/06/08 19:04:37 martti Exp $
DISTNAME= libpcap-0.7.2
SVR4_PKGNAME= lpcap
@ -17,7 +17,7 @@ USE_GNU_TOOLS+= lex yacc
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
. if exists(/usr/include/netinet/ip6.h)
CONFIGURE_ARGS+= --enable-ipv6
. endif