summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2011-02-02 09:22:24 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2011-02-02 22:29:03 +0100
commit126a2e75f5948b30f842862906fca8ed99ffff26 (patch)
tree48fcad140789ef417e63e3d45e8a7f56bbdb917f /package/dnsmasq
parentcbe7186c8526a79f6a35d17a3f9b1580eaa6fe9f (diff)
downloadbuildroot-novena-126a2e75f5948b30f842862906fca8ed99ffff26.tar.gz
buildroot-novena-126a2e75f5948b30f842862906fca8ed99ffff26.zip
dnsmasq: idn support requires wchar
IDN support requires wchar, otherwise libintl will fail to build. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dnsmasq')
-rw-r--r--package/dnsmasq/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/dnsmasq/Config.in b/package/dnsmasq/Config.in
index a8d0d9a6e..e9c4870af 100644
--- a/package/dnsmasq/Config.in
+++ b/package/dnsmasq/Config.in
@@ -23,6 +23,7 @@ config BR2_PACKAGE_DNSMASQ_DHCP
config BR2_PACKAGE_DNSMASQ_IDN
bool "IDN support (BIG!)"
depends on BR2_PACKAGE_DNSMASQ
+ depends on BR2_USE_WCHAR
select BR2_PACKAGE_LIBINTL
select BR2_PACKAGE_LIBIDN
help