summaryrefslogtreecommitdiffstats
path: root/rules/iconv.in
blob: 919f6a0df792fa3cf5cb5346cb2d9dfbc55ab356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.