debianutils: bump to version 4.8.1
[buildroot-gz.git] / package / gnutls / Config.in
blob998e213c7d0f8e34cb6f4af7e862c13dd4f7b7d2
1 config BR2_PACKAGE_GNUTLS
2         bool "gnutls"
3         select BR2_PACKAGE_LIBTASN1
4         select BR2_PACKAGE_NETTLE
5         select BR2_PACKAGE_PCRE
6         depends on BR2_USE_WCHAR
7         help
8           GnuTLS is a secure communications library implementing the SSL
9           and TLS protocols and technologies around them.
11           http://www.gnutls.org
13 if BR2_PACKAGE_GNUTLS
15 config BR2_PACKAGE_GNUTLS_TOOLS
16         bool "install tools"
17         select BR2_PACKAGE_ARGP_STANDALONE \
18                 if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
19         help
20           Install GnuTLS command line tools for various cryptographic tasks.
22 endif
24 comment "gnutls needs a toolchain w/ wchar"
25         depends on !BR2_USE_WCHAR