summaryrefslogtreecommitdiffstats
path: root/package/gnutls
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-07-25 09:46:34 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-07-25 18:25:43 +0200
commit6845c4f7103bc3d0105f25b4c02ccb5ceeb9fe80 (patch)
treec9492e4db76727aeb97c818e646f137ea0052174 /package/gnutls
parentaa457d3b240bd4f6049191988eee8a5b160f0439 (diff)
downloadbuildroot-novena-6845c4f7103bc3d0105f25b4c02ccb5ceeb9fe80.tar.gz
buildroot-novena-6845c4f7103bc3d0105f25b4c02ccb5ceeb9fe80.zip
gnutls: requires WCHAR support
gnutls uses wctomb(), which is available only on C libraries with wide-char support. This fixes the following build failure: http://autobuild.buildroot.org/results/cd4e73be80fbb64858f4cf911d2b893b0fc06465/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gnutls')
-rw-r--r--package/gnutls/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/gnutls/Config.in b/package/gnutls/Config.in
index cedf120ee..556caea2d 100644
--- a/package/gnutls/Config.in
+++ b/package/gnutls/Config.in
@@ -1,8 +1,12 @@
config BR2_PACKAGE_GNUTLS
bool "gnutls"
select BR2_PACKAGE_LIBGCRYPT
+ depends on BR2_USE_WCHAR
help
GnuTLS is a secure communications library implementing the SSL
and TLS protocols and technologies around them.
http://www.gnu.org/software/gnutls/gnutls.html
+
+comment "gnutls requires a toolchain with WCHAR support"
+ depends on !BR2_USE_WCHAR