From f1b86cef9884894df26ed25efaabe254f8f0754b Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 26 Dec 2012 03:55:48 +0000 Subject: gnutls: make it non-wchar friendly Make gnutls work for non-wchar toolchains. It's just a matter of throwing a helping hand to configure. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/gnutls/Config.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'package/gnutls/Config.in') diff --git a/package/gnutls/Config.in b/package/gnutls/Config.in index 556caea2d..cedf120ee 100644 --- a/package/gnutls/Config.in +++ b/package/gnutls/Config.in @@ -1,12 +1,8 @@ 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 -- cgit v1.2.3