diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-06-26 10:23:26 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-06-26 10:23:26 +0200 |
commit | 8d8343a9ac81f3566ca3a093f3699d21bfce67cd (patch) | |
tree | f0b9c08903e923ad2c2ed4d1547db4ca13c8e656 | |
parent | c18532766f65ea19b29000ccbb56a5aa7777f698 (diff) | |
download | buildroot-novena-8d8343a9ac81f3566ca3a093f3699d21bfce67cd.tar.gz buildroot-novena-8d8343a9ac81f3566ca3a093f3699d21bfce67cd.zip |
wget: requires wchar support
Fixes http://autobuild.buildroot.net/results/431853a9fda593fba41c1176ecee0bdfe38ce441
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | 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 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 |