summaryrefslogtreecommitdiffstats
path: root/package/gnupg2/Config.in
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2014-08-14 13:16:12 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-08-15 22:30:36 +0200
commitc0da68a90c934a7c54a37e2168f0b5c53353b4a6 (patch)
treeb58c181e900ab2d3b202f5ad5e604d172990a71e /package/gnupg2/Config.in
parentf550bea09aec9c6f0483da4d785b988bf3cf1292 (diff)
downloadbuildroot-c0da68a90c934a7c54a37e2168f0b5c53353b4a6.tar.gz
buildroot-c0da68a90c934a7c54a37e2168f0b5c53353b4a6.zip
gnupg2: Needs a suitable iconv implementation
gnupg2 needs a toolchain with locale support or a package which provides a suitable iconv implementation (libiconv). Otherwise it will fail at the configure phase with an error like this one: *** It is now required to build with support for iconv *** Please install a suitable iconv implementation. Fixes: http://autobuild.buildroot.net/results/8c9/8c93c28533dfebffa8b2e34b1421d3fa3cdeb278/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Markos Chandras <Markos.Chandras@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gnupg2/Config.in')
-rw-r--r--package/gnupg2/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gnupg2/Config.in b/package/gnupg2/Config.in
index be97a20132..d24eaaee1f 100644
--- a/package/gnupg2/Config.in
+++ b/package/gnupg2/Config.in
@@ -7,6 +7,7 @@ config BR2_PACKAGE_GNUPG2
select BR2_PACKAGE_LIBKSBA
select BR2_PACKAGE_LIBPTHSEM
select BR2_PACKAGE_LIBPTHSEM_COMPAT
+ select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
depends on BR2_USE_MMU # libassuan
help
GnuPG is the GNU project's complete and free implementation
OpenPOWER on IntegriCloud