summaryrefslogtreecommitdiffstats
path: root/package/gnutls/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-12-26 03:55:48 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-12-26 23:39:59 +0100
commitf1b86cef9884894df26ed25efaabe254f8f0754b (patch)
treec445ea159045983b54ab2edf8bb0c4e234030307 /package/gnutls/Config.in
parenta12f6402e89d04798cadad8586bd347f62574b7f (diff)
downloadbuildroot-novena-f1b86cef9884894df26ed25efaabe254f8f0754b.tar.gz
buildroot-novena-f1b86cef9884894df26ed25efaabe254f8f0754b.zip
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 <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gnutls/Config.in')
-rw-r--r--package/gnutls/Config.in4
1 files changed, 0 insertions, 4 deletions
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