Enable IPv6 support in Linux
This commit is contained in:
parent
31103b5a29
commit
c0b56782d7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue