diff options
| author | Baruch Siach <baruch@tkos.co.il> | 2018-06-22 08:38:41 +0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2018-06-22 11:43:33 +0200 |
| commit | 694cdb9273433e8a1278e2e3bb2a7fe2004aa813 (patch) | |
| tree | 525a17a033785b1c4e8a6af6be9edd898ae3ffa4 /package/gnutls | |
| parent | c67889623ed5ed9aa8d5006edc1db90541554304 (diff) | |
| download | buildroot-694cdb9273433e8a1278e2e3bb2a7fe2004aa813.tar.gz buildroot-694cdb9273433e8a1278e2e3bb2a7fe2004aa813.zip | |
gnutls: drop wchar dependency
Commit 19448f40a0 (gnutls: use included unistring unless libunistring is
selected) made libunistring an optional dependency. So now gnutls no longer
depend on wchar.
Drop wchar dependency of libmicrohttpd and libsoup, which are gnutls
reverse dependencies that do not depend themselves on wchar.
Update the comments in libsoup and taskd; the wchar dependency is now
not due to gnutls.
Cc: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gnutls')
| -rw-r--r-- | package/gnutls/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/gnutls/Config.in b/package/gnutls/Config.in index ef995d21d2..61b4b239ff 100644 --- a/package/gnutls/Config.in +++ b/package/gnutls/Config.in @@ -2,7 +2,6 @@ config BR2_PACKAGE_GNUTLS bool "gnutls" # https://gitlab.com/gnutls/gnutls/issues/203 depends on !BR2_STATIC_LIBS - depends on BR2_USE_WCHAR select BR2_PACKAGE_LIBTASN1 select BR2_PACKAGE_NETTLE select BR2_PACKAGE_PCRE @@ -24,5 +23,5 @@ config BR2_PACKAGE_GNUTLS_TOOLS endif -comment "gnutls needs a toolchain w/ wchar, dynamic library" - depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS +comment "gnutls needs a toolchain w/ dynamic library" + depends on BR2_STATIC_LIBS |

