summaryrefslogtreecommitdiffstats
path: root/package/patch/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2010-12-17 12:29:09 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-22 22:56:55 +0100
commitb236dcb618d8fd0422d79c4682837a5f9bd59d2b (patch)
tree8a8bc42cfacaed9de256806a30d864e3b623cbaa /package/patch/Config.in
parentbb23d22794b2e52bb23da71237bf078f25dacfb9 (diff)
downloadbuildroot-novena-b236dcb618d8fd0422d79c4682837a5f9bd59d2b.tar.gz
buildroot-novena-b236dcb618d8fd0422d79c4682837a5f9bd59d2b.zip
patch: needs toolchain with wchar
* Patch needs a toolchain with WCHAR support * Use real upstream gnu mirror Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/patch/Config.in')
-rw-r--r--package/patch/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/patch/Config.in b/package/patch/Config.in
index 5a80ea561..dd6d51c17 100644
--- a/package/patch/Config.in
+++ b/package/patch/Config.in
@@ -1,7 +1,11 @@
config BR2_PACKAGE_PATCH
bool "patch"
+ depends on BR2_USE_WCHAR
help
Take patch files (containing difference listings) and apply them
to original files, producing patched versions.
http://www.gnu.org/software/patch/
+
+comment "patch needs a toolchain with WCHAR support"
+ depends on !BR2_USE_WCHAR