]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
dnsmasq: idn support requires wchar
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 2 Feb 2011 12:22:24 +0000 (09:22 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 2 Feb 2011 21:29:03 +0000 (22:29 +0100)
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>
package/dnsmasq/Config.in

index a8d0d9a6ede5ce2ecd4693ba6aa1cb9366d93c8c..e9c4870af872daa9890baef0c96aaebc7a35563b 100644 (file)
@@ -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