Commit 6845c4f7 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent aa457d3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ config BR2_PACKAGE_CONNMAN
	select BR2_PACKAGE_IPTABLES
	select BR2_PACKAGE_GNUTLS
	depends on !(BR2_UCLIBC_VERSION_0_9_31 || BR2_UCLIBC_VERSION_0_9_32)
	depends on BR2_USE_WCHAR # libglib2
	depends on BR2_USE_WCHAR # libglib2 and gnutls
	depends on BR2_INET_IPV6
	help
	  The Connection Manager (ConnMan) project provides a daemon for
+4 −0
Original line number Diff line number Diff line
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
+1 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBSOUP
	bool "libsoup"
	depends on BR2_USE_WCHAR # glib2
	depends on BR2_USE_WCHAR # glib2 and gnutls
	select BR2_PACKAGE_LIBXML2
	select BR2_PACKAGE_LIBGLIB2
	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ config BR2_PACKAGE_NETWORK_MANAGER
	select BR2_PACKAGE_DBUS
	depends on BR2_INET_IPV6
	depends on BR2_LARGEFILE # acl
	depends on BR2_USE_WCHAR # libglib2
	depends on BR2_USE_WCHAR # libglib2 and gnutls
	select BR2_PACKAGE_DBUS_GLIB
	select BR2_PACKAGE_UDEV
	select BR2_PACKAGE_UDEV_ALL_EXTRAS