diff options
author | Phil Sutter <phil@nwl.cc> | 2010-04-11 23:37:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-12 20:06:22 +0200 |
commit | d7ca8e4860e5b38c9f3cda2b6786b9fa89ac8bf5 (patch) | |
tree | f19e52f6c1c6c2f38db6b8ba54a6dca3752bb25c | |
parent | e09ba936612208368ca2fa254076e60147776518 (diff) |
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?).
-rw-r--r-- | package/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |