projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a96be19
)
wget: needs WCHAR support in toolchain
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 22 Mar 2010 14:13:02 +0000
(15:13 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 22 Mar 2010 14:13:02 +0000
(15:13 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/wget/Config.in
patch
|
blob
|
history
diff --git
a/package/wget/Config.in
b/package/wget/Config.in
index 3877a3af5b5547a3d9f57c405c7fadbd211255e0..172359c24aa803af1a9342a305bac46091b52117 100644
(file)
--- a/
package/wget/Config.in
+++ b/
package/wget/Config.in
@@
-1,6
+1,10
@@
config BR2_PACKAGE_WGET
bool "wget"
+ 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