tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: inet6 in PKG_SUGGESTED_OPTIONS?
On Sat, 01 Nov 2008 15:32:36 +0900, Georg Schwarz
<georg.schwarz%freenet.de@localhost> wrote:
> What's the policy on inet6? Should or shouldn't it be part of
> PKG_SUGGESTED_OPTIONS? Is pkgsrc able to determine a suitable default
> on its own?
I'm using the following flagment, just enable if a platform is IPv6 ready.
.include "../../mk/bsd.prefs.mk"
.if !empty(IPV6_READY:M[Yy][Ee][Ss])
PKG_SUGGESTED_OPTIONS+= inet6
.endif
OR
.if empty(MISSING_FEATURES:Minet6)
PKG_SUGGESTED_OPTIONS+= inet6
.endif
--
"Of course I love NetBSD":-)
OBATA Akio / obache%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index