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/taskd | |
| 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/taskd')
| -rw-r--r-- | package/taskd/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/taskd/Config.in b/package/taskd/Config.in index 19d123fb59..c068b34724 100644 --- a/package/taskd/Config.in +++ b/package/taskd/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_TASKD bool "taskd" depends on !BR2_STATIC_LIBS # gnutls - depends on BR2_USE_WCHAR # gnutls + depends on BR2_USE_WCHAR depends on BR2_USE_MMU # fork() depends on BR2_INSTALL_LIBSTDCPP select BR2_PACKAGE_GNUTLS |

