* [Buildroot] [PATCH 1/1] package/dnsmasq: drop wchar dependency on IDN option
@ 2019-06-19 18:09 Fabrice Fontaine
2019-06-20 13:59 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-06-19 18:09 UTC (permalink / raw)
To: buildroot
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@gmail.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.
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/dnsmasq: drop wchar dependency on IDN option
2019-06-19 18:09 [Buildroot] [PATCH 1/1] package/dnsmasq: drop wchar dependency on IDN option Fabrice Fontaine
@ 2019-06-20 13:59 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-06-20 13:59 UTC (permalink / raw)
To: buildroot
On Wed, 19 Jun 2019 20:09:03 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> 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@gmail.com>
> ---
> package/dnsmasq/Config.in | 1 -
> 1 file changed, 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-06-20 13:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-19 18:09 [Buildroot] [PATCH 1/1] package/dnsmasq: drop wchar dependency on IDN option Fabrice Fontaine
2019-06-20 13:59 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox