Commit 126a2e75 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

dnsmasq: idn support requires wchar



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

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent cbe7186c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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