From: Gustavo Zacarias Date: Wed, 2 Feb 2011 12:22:24 +0000 (-0300) Subject: dnsmasq: idn support requires wchar X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=126a2e75f5948b30f842862906fca8ed99ffff26;p=buildroot.git dnsmasq: idn support requires wchar IDN support requires wchar, otherwise libintl will fail to build. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/dnsmasq/Config.in b/package/dnsmasq/Config.in index a8d0d9a6ed..e9c4870af8 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