168f3b6e14
libidn contains a few elisp files, and it's configure script checks for emacs to know if it should install them. This is not important for BR as we don't have emacs, but configure fails if it's available on the host, config.cache is used and autoconf has already been used as that loads EMACS="no" into the cache. Fix it by also setting EMACS="no" here. At the same time, fix up trailing spaces in Config.in. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
348 B
Plaintext
15 lines
348 B
Plaintext
config BR2_PACKAGE_LIBIDN
|
|
bool "libidn"
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
help
|
|
Libidn's purpose is to encode and decode internationalized
|
|
domain names.
|
|
|
|
http://www.gnu.org/software/libidn/
|
|
|
|
config BR2_PACKAGE_LIBIDN_BINARY
|
|
bool "idn binary"
|
|
depends on BR2_PACKAGE_LIBIDN
|
|
help
|
|
Install idn command line tool
|