summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfig/option-groups.def-trunk6
-rw-r--r--mk/eglibc-trunk-options.mk1
2 files changed, 7 insertions, 0 deletions
diff --git a/kconfig/option-groups.def-trunk b/kconfig/option-groups.def-trunk
index ac92413..9c72cdd 100644
--- a/kconfig/option-groups.def-trunk
+++ b/kconfig/option-groups.def-trunk
@@ -673,6 +673,12 @@ config OPTION_EGLIBC_UTMPX
updwtmpx
utmpxname
+config OPTION_EGLIBC_IDN
+ bool "International domain names support"
+ help
+ This option group includes the `libcidn' library which
+ provides support for international domain names.
+
config OPTION_EGLIBC_WORDEXP
bool "Shell-style word expansion"
default y
diff --git a/mk/eglibc-trunk-options.mk b/mk/eglibc-trunk-options.mk
index eb3ab9d..06b57d7 100644
--- a/mk/eglibc-trunk-options.mk
+++ b/mk/eglibc-trunk-options.mk
@@ -37,6 +37,7 @@ EGLIBC_OPTIONS := OPTION_EGLIBC_ADVANCED_INET6 \
OPTION_EGLIBC_FSTAB \
OPTION_EGLIBC_FTRAVERSE \
OPTION_EGLIBC_GETLOGIN \
+ OPTION_EGLIBC_IDN \
OPTION_EGLIBC_INET \
OPTION_EGLIBC_LIBM \
OPTION_EGLIBC_LOCALES \