From 8d8343a9ac81f3566ca3a093f3699d21bfce67cd Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 26 Jun 2012 10:23:26 +0200 Subject: wget: requires wchar support Fixes http://autobuild.buildroot.net/results/431853a9fda593fba41c1176ecee0bdfe38ce441 Signed-off-by: Peter Korsgaard --- package/wget/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/wget') diff --git a/package/wget/Config.in b/package/wget/Config.in index 3f79a64da..354b48f6b 100644 --- a/package/wget/Config.in +++ b/package/wget/Config.in @@ -2,7 +2,11 @@ config BR2_PACKAGE_WGET bool "wget" # fork() depends on BR2_USE_MMU + depends on BR2_USE_WCHAR help Network utility to retrieve files from http, https and ftp. http://www.gnu.org/software/wget/ + +comment "wget requires a toolchain with WCHAR support" + depends on !BR2_USE_WCHAR -- cgit v1.2.3