[Buildroot] [git commit] package/dnsmasq: drop wchar dependency on IDN option

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Jun 20 13:58:22 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=a895bd3426d3f80327600becdc40e46ae6c33a40
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

wchar dependency on IDN option has been added with commit
126a2e75f5948b30f842862906fca8ed99ffff26 because of libintl

However libintl dependency has been dropped with commit
bbcbed1829057121f9f9459f62f913626206e823 so remove unneeded wchar
dependency

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/dnsmasq/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/dnsmasq/Config.in b/package/dnsmasq/Config.in
index 262aca688e..cec68a9eba 100644
--- a/package/dnsmasq/Config.in
+++ b/package/dnsmasq/Config.in
@@ -29,7 +29,6 @@ config BR2_PACKAGE_DNSMASQ_DNSSEC
 
 config BR2_PACKAGE_DNSMASQ_IDN
 	bool "IDN support"
-	depends on BR2_USE_WCHAR
 	select BR2_PACKAGE_LIBIDN
 	help
 	  Enable IDN support in dnsmasq.


More information about the buildroot mailing list