6a56d7d9d2
It needs libiconv if the toolchain doesn't have iconv support. Fixes: http://autobuild.buildroot.net/results/60f/60f85a2144b167f33ed674ff5979c1ef20bc0555/ http://autobuild.buildroot.net/results/76d/76d249f5a85da72cc53a3e66202c372dc33c9c38/ http://autobuild.buildroot.net/results/9f7/9f78043f549e09d020d69f45cd26c3e43a91d9dc/ http://autobuild.buildroot.net/results/8a5/8a586b781b6923444857ef58de659e5f0e8652ee/ And many more. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
23 lines
921 B
Plaintext
23 lines
921 B
Plaintext
config BR2_PACKAGE_DING_LIBS
|
|
bool "ding-libs"
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
|
depends on BR2_USE_WCHAR || !BR2_NEEDS_GETTEXT
|
|
help
|
|
The ding-libs packages contain a set of libraries used by
|
|
the System Security Services Daemon (SSSD) and other
|
|
projects and provide functions to manipulate filesystem
|
|
pathnames (libpath_utils), a hash table to manage storage
|
|
and access time properties (libdhash), a data type to
|
|
collect data in a hierarchical structure (libcollection), a
|
|
dynamically growing, reference-counted array (libref_array),
|
|
and a library to process configuration files in
|
|
initialization format (INI) into a library collection data
|
|
structure (libini_config).
|
|
|
|
https://git.fedorahosted.org/git/ding-libs.git
|
|
|
|
comment "ding-libs needs a toolchain w/ wchar"
|
|
depends on BR2_NEEDS_GETTEXT
|
|
depends on !BR2_USE_WCHAR
|