summaryrefslogtreecommitdiffstats
path: root/rules/iconv.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/iconv.in')
-rw-r--r--rules/iconv.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/rules/iconv.in b/rules/iconv.in
new file mode 100644
index 000000000..919f6a0df
--- /dev/null
+++ b/rules/iconv.in
@@ -0,0 +1,15 @@
+## SECTION=core
+
+config ICONV
+ bool
+ default y
+ prompt "iconv support"
+ help
+ Build a system with iconv support in the C library. iconv
+ provides a set of functions which convert between different
+ encodings.
+
+ There are different methods how to provide iconv support:
+ glibc has an own implementation and there is libiconv. When
+ activated, ptxdist uses the iconv support from glibc.
+