package/kismet: server needs wchar
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 3 Jan 2021 14:21:01 +0000 (15:21 +0100)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 2 Mar 2021 21:04:19 +0000 (22:04 +0100)
commitb33f74823e70f073128762c86e1a8e83ac10d3e1
treed94126a08eeaa3c734ecb5813f6cb612a4f34dca
parente0a291244002ab19f8fc8a0adb215b51888eb5aa
package/kismet: server needs wchar

kismet embeds its own copy of fmt since version 2019-04-R1 so add a
dependency on wchar to avoid the following build failure when building
the server:

./fmt/core.h:1245:1:
 std::wstring vformat(wstring_view format_str, wformat_args args);
 ^~~
./fmt/core.h:1266:13: error: 'wstring' in namespace 'std' does not name a type
 inline std::wstring format(wstring_view format_str, const Args & ... args) {
             ^~~~~~~
./fmt/core.h:1266:8: note: 'std::wstring' is defined in header '<string>'; did you forget to '#include <string>'?

Fixes:
 - http://autobuild.buildroot.org/results/f19b3d080514a799a1c75b38ff5f7ae4e8d2628d

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/kismet/Config.in