[Buildroot] [git commit] wget: requires wchar support

Peter Korsgaard jacmet at sunsite.dk
Tue Jun 26 08:23:26 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=8d8343a9ac81f3566ca3a093f3699d21bfce67cd
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes http://autobuild.buildroot.net/results/431853a9fda593fba41c1176ecee0bdfe38ce441

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/wget/Config.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/package/wget/Config.in b/package/wget/Config.in
index 3f79a64..354b48f 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


More information about the buildroot mailing list