Enable IPv6 option.

Feature safe:	yes
This commit is contained in:
Cy Schubert 2011-11-27 20:09:48 +00:00
parent 00c213e71e
commit 1ac187e29a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286516
2 changed files with 8 additions and 0 deletions

View file

@ -52,6 +52,10 @@ CONFIGURE_ARGS+= --with-openssl-incdir=${OPENSSLINC} \
PLIST_SUB+= SSL=""
.endif
.if !defined(DISABLE_IPV6)
CONFIGURE_ARGS+= --enable-ipv6
.endif
.for D in ${NTP_DRIVERS}
.if defined(WITH_${D})
CONFIGURE_ARGS+= --enable-${D}

View file

@ -52,6 +52,10 @@ CONFIGURE_ARGS+= --with-openssl-incdir=${OPENSSLINC} \
PLIST_SUB+= SSL=""
.endif
.if !defined(DISABLE_IPV6)
CONFIGURE_ARGS+= --enable-ipv6
.endif
.for D in ${NTP_DRIVERS}
.if defined(WITH_${D})
CONFIGURE_ARGS+= --enable-${D}