[Buildroot] [PATCH 5/5] dnsmasq: idn support requires wchar

Gustavo Zacarias gustavo at zacarias.com.ar
Wed Feb 2 12:22:24 UTC 2011


IDN support requires wchar, otherwise libintl will fail to build.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 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 a8d0d9a..e9c4870 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
-- 
1.7.3.4




More information about the buildroot mailing list