Enable IPv6 option.
Feature safe: yes
This commit is contained in:
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
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue