Remove inet6 from PKG_DEFAULT_OPTIONS as this can cause the package
to build in IPv6 support on systems where USE_INET6 has been set to NO. This addresses PR #28708 opened by georg.schwarz (at) freenet.de
This commit is contained in:
parent
3cdd5d7edc
commit
b00f963141
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: options.mk,v 1.3 2004/11/17 19:56:49 xtraeme Exp $
|
||||
# $NetBSD: options.mk,v 1.4 2005/01/02 11:59:36 adrianp Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.sendmail
|
||||
PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl sasl2 starttls tcpwrappers \
|
||||
socketmap
|
||||
|
||||
.if !defined(PKG_OPTIONS.sendmail)
|
||||
PKG_DEFAULT_OPTIONS+= inet6 tcpwrappers
|
||||
PKG_DEFAULT_OPTIONS+= tcpwrappers
|
||||
.endif
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
|
Loading…
Reference in a new issue