From d7ca8e4860e5b38c9f3cda2b6786b9fa89ac8bf5 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sun, 11 Apr 2010 23:37:40 +0200 Subject: fix nfs-utils for IPv6 FIXME: this is rather a workaround, the package flavour system should support conditional defaults (or we should select the flavour option conditionally from the main package symbol?). --- package/Config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/Config.in b/package/Config.in index a48b5b444..87a4066a7 100644 --- a/package/Config.in +++ b/package/Config.in @@ -7,6 +7,9 @@ config ADK_ENABLE_IPV6 prompt "enable IPv6 globally" boolean default y + # FIXME: selecting stuff here is ugly, better fix package flavours to + # support a symbol-value-based default (i.e., "default y if IPV6") + select ADK_PACKAGE_NFS_UTILS_WITH_TIRPC if ADK_PACKAGE_NFS_UTILS != n help This enables IPv6 support in all related applications. Basically this just means passing --enable-ipv6 to the configure script, but the -- cgit v1.2.3