4245a28f0e
Fixes build error Checking for function "iconv_open" : NO Header <iconv.h> has symbol "iconv_open" : NO output/build/libpsl-0.21.1/meson.build:101:4: ERROR: Problem encountered: iconv implementation not found using this defconfig: BR2_TOOLCHAIN_BUILDROOT_WCHAR=y BR2_PACKAGE_LIBPSL=y Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
436 B
Plaintext
14 lines
436 B
Plaintext
config BR2_PACKAGE_LIBPSL
|
|
bool "libpsl"
|
|
depends on BR2_USE_WCHAR # libunistring, icu
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
|
select BR2_PACKAGE_LIBIDN2 if !BR2_PACKAGE_ICU && !BR2_PACKAGE_LIBIDN
|
|
select BR2_PACKAGE_LIBUNISTRING if !BR2_PACKAGE_ICU
|
|
help
|
|
C library to handle the Public Suffix List of TLDs.
|
|
|
|
https://github.com/rockdaboot/libpsl
|
|
|
|
comment "libpsl needs a toolchain w/ wchar"
|
|
depends on !BR2_USE_WCHAR
|