[Buildroot] [git commit branch/2018.11.x] package/clamav: needs wchar

Peter Korsgaard peter at korsgaard.com
Thu Mar 28 09:55:22 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=146167f49640f66c3673e77209a560501af5ddd2
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.11.x

Fixes
http://autobuild.buildroot.net/results/77c/77cd536a0fab78eabe27e055d28db2da354008d7/

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 25ff9dc1fb45e0325b51de4b0687766dee0888bc)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/clamav/Config.in | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/package/clamav/Config.in b/package/clamav/Config.in
index 56bf0af38c..2017011b67 100644
--- a/package/clamav/Config.in
+++ b/package/clamav/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_CLAMAV
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	depends on BR2_USE_MMU # fork()
+	depends on BR2_USE_WCHAR
 	select BR2_PACKAGE_LIBTOOL
 	select BR2_PACKAGE_OPENSSL
 	select BR2_PACKAGE_ZLIB
@@ -12,6 +13,7 @@ config BR2_PACKAGE_CLAMAV
 
 	  http://www.clamav.net
 
-comment "clamav needs a toolchain w/ C++, threads"
-	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
+comment "clamav needs a toolchain w/ C++, threads, wchar"
+	depends on !BR2_INSTALL_LIBSTDCPP \
+		|| !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
 	depends on BR2_USE_MMU


More information about the buildroot mailing list