diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-02-02 09:22:24 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-02 22:29:03 +0100 |
commit | 126a2e75f5948b30f842862906fca8ed99ffff26 (patch) | |
tree | 48fcad140789ef417e63e3d45e8a7f56bbdb917f /package | |
parent | cbe7186c8526a79f6a35d17a3f9b1580eaa6fe9f (diff) | |
download | buildroot-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')
-rw-r--r-- | package/dnsmasq/Config.in | 1 |
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 |