2011-07-11 15:34:27 +02:00
|
|
|
config BR2_PACKAGE_GNUTLS
|
|
|
|
bool "gnutls"
|
2017-05-25 18:34:43 +02:00
|
|
|
# https://gitlab.com/gnutls/gnutls/issues/203
|
|
|
|
depends on !BR2_STATIC_LIBS
|
2018-06-29 12:44:04 +02:00
|
|
|
# gnulib requires a library that implements wctomb().
|
|
|
|
# This is noticed only when linking with libgnutls.so.
|
|
|
|
depends on BR2_USE_WCHAR
|
2015-11-30 14:16:35 +01:00
|
|
|
select BR2_PACKAGE_LIBTASN1
|
2012-12-28 10:47:17 +01:00
|
|
|
select BR2_PACKAGE_NETTLE
|
2013-06-02 16:50:53 +02:00
|
|
|
select BR2_PACKAGE_PCRE
|
2011-07-11 15:34:27 +02:00
|
|
|
help
|
|
|
|
GnuTLS is a secure communications library implementing the SSL
|
|
|
|
and TLS protocols and technologies around them.
|
|
|
|
|
2013-01-15 02:54:46 +01:00
|
|
|
http://www.gnutls.org
|
2012-12-28 10:47:17 +01:00
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_GNUTLS
|
|
|
|
|
2012-12-28 10:47:17 +01:00
|
|
|
config BR2_PACKAGE_GNUTLS_TOOLS
|
|
|
|
bool "install tools"
|
2015-12-04 18:01:39 +01:00
|
|
|
select BR2_PACKAGE_ARGP_STANDALONE \
|
|
|
|
if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
|
2012-12-28 10:47:17 +01:00
|
|
|
help
|
2017-07-31 15:53:43 +02:00
|
|
|
Install GnuTLS command line tools for various cryptographic
|
|
|
|
tasks.
|
2012-12-28 10:47:17 +01:00
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
endif
|
|
|
|
|
2018-06-29 12:44:04 +02:00
|
|
|
comment "gnutls needs a toolchain w/ wchar, dynamic library"
|
|
|
|
depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS
|